InterviewSolution
Saved Bookmarks
| 1. |
Find the mode of the following items.0, 6, 5, 1, 6, 4, 3, 0, 2, 6, 5, 6 |
||||||||||||||||
|
Answer» By arranging the numbers in ascending order We get 0, 0, 1, 2, 3, 4, 5, 5, 6, 6, 6, 6
From the table we know that 6 occurs maximum number of times so the mode is 6. |
|||||||||||||||||