

InterviewSolution
Saved Bookmarks
1. |
Find the median of the following data: 1, 12, 5, 3, 7, 13, 9, 23, 17, 11 and 6 |
Answer» Arranging the given numbers in the ascending order, we have 1, 3, 5, 6, 7, 9, 11, 12, 13, 17, 23. Here, the middle term is 9 `therefore` Median = 9. |
|