InterviewSolution
Saved Bookmarks
| 1. |
The median of the following marks of `9` students in a class, is `34,32,48,38,24,30,27,21,35`A. 32B. 34C. 38D. 30 |
|
Answer» Correct Answer - A Arranging the data in ascending order of magnitude, we have `21,24,27,30,32,34,35,38,48` Since there are 9, and odd number of items. Therefore, median is the value of `((9+2)/(2))^(th)` observation i.e., 32. |
|