SOLUTION: Following data pertains to the run scored by a player in 180 test matches.Calculate median runs.
Runs | No.of matches
45 | 40
55 | 30
25 | 30
35 | 50
5 | 10
15
Question 1039307: Following data pertains to the run scored by a player in 180 test matches.Calculate median runs.
Runs | No.of matches
45 | 40
55 | 30
25 | 30
35 | 50
5 | 10
15 | 20 Answer by robertb(5830) (Show Source):
You can put this solution on YOUR website! Rearranging the list into an array, we get
5|10
15|20
25|30
35|50
45|40
55|30
The median number of runs is the average of the 90th and 91st values, that is, 35.