

InterviewSolution
Saved Bookmarks
1. |
Find the mode of the following data. 1, 2, 5, 7, 3, 4, 2, 5, 7, 6, 2, 3. |
Answer» Arranging the data in ascending order: 1, 2, 2, 2, 3, 3, 4, 5, 5, 6, 7, 7 Here 2 occurs maximum number of times. ∴ Mode is 2. |
|