InterviewSolution
Saved Bookmarks
| 1. |
The median of the numbers 84,78,54,56,68,22,34,45,39,54 isA. 45B. 49.5C. 54D. 56 |
|
Answer» Correct Answer - c The given numbers in an asscending order are 22,34,39,45,54,54,56,78,84. Here n=10 which is even. median = `1/2` [5th term + 6th item] = ` 1/2 (54 +54) =54` |
|