InterviewSolution
Saved Bookmarks
| 1. |
If the mode of observations `5,4,4,3,5,x,3,4,3,5,4,3,5 ` is 3, then median of the observation isA. 3B. 4C. 5D. 3.5 |
|
Answer» Correct Answer - B It is given that the mode of given observations is 3. So, 3 must have maximum frequency. `therefore x=3` Arranging the observation in ascending order, we have `3,3,3,3,3,4,4,4,4,5,5,5,5` Clearly, median = 4. |
|