

InterviewSolution
Saved Bookmarks
1. |
Find the median of the observations, 59, 75, 68, 70, 74, 75, 80. |
Answer» Given data in ascending order: 59, 68, 70, 74, 75, 75, 80 ∴ Number of observations(n) = 7 (i.e., odd) ∴ Median is the middle most observation Here, 4th number is at the middle position, which is = 74 ∴ The median of the given data is 74. |
|