InterviewSolution
Saved Bookmarks
| 1. |
Find the mode of the following data:12, 11, 11, 13, 15, 16, 20, 12, 13, 14, 111. 122. 113. 134. 15 |
|
Answer» Correct Answer - Option 2 : 11 Given: The given data, 12, 11, 11, 13, 15, 16, 20, 12, 13, 14, 11 Concept used: Mode is the most repeated value in a data Calculations: Values repeated in the given data, ⇒ 12 = 2 times ⇒ 11 = 3 times ⇒ 13 = 2 times The most repeated term, Mode = 11 ∴ The mode of the following data is 11 |
|