

InterviewSolution
Saved Bookmarks
1. |
Find the mode of 1, 0, 2, 1, 0, 2, 3, 1, 3, 1, 0, 4, 2, 4, 1 and 2. |
Answer» Among the observation given, the most frequently found observation is 1. It occurs 5 times. `therefore` Mode = 1. | |