

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