

InterviewSolution
Saved Bookmarks
1. |
The Median of the following discrete series is `{:(x_(i),3,6,5,8,12,7),(f_(i)"",5,2,4,6,7,6):}`A. 7B. 8C. 9D. 6 |
Answer» Correct Answer - A (i) Find `(N)/(2)` and proceed. (ii) Find the cumulative frequency. (iii) Identify the value of x corresponding to the `((N)/(2))` th observation. (iv) Use the formula to find median. |
|