InterviewSolution
Saved Bookmarks
| 1. |
Find the mode of the following data 7, 9 12, 13, 7, 12, 15, 7 ,12, 7, 25, 18, 7 |
|
Answer» In the given data, `7` has maximum frequency as it has appeared `5` times in the given data. So, mode of the given data is `7`. |
|