InterviewSolution
Saved Bookmarks
| 1. |
A cricket player scored the following runs in 12 one-day matches:50, 30, 9, 32, 60, 50, 28, 50, 19, 50, 27, 35.Find his modal score. |
||||||||||||||||||||
|
Answer» By arranging the numbers in ascending order We get 9, 19, 27, 28, 30, 32, 35, 50, 50, 50, 50, 60
From the table we know that 50 occurs maximum number of times so the mode is 50. |
|||||||||||||||||||||