InterviewSolution
Saved Bookmarks
| 1. |
The mode of the following data : `120,110,130,110,120,140,130,120,140,120,` isA. 110B. 120C. 130D. 115 |
|
Answer» Correct Answer - B The frequency table for the given data is as given below: `{:("Value"(x_(i)):,110 ,120,130,140),("Frequency"(f_(i)):, 2,4,2,2):}` We observe that the value 120 has the maximum frequency. Hence, the mode or modal value is 120. |
|