InterviewSolution
Saved Bookmarks
| 1. |
The range of the data 25,18,20,22,16,6,17,15,12,30,32,10,19,8,11 and 20 isA. 10B. 15C. 18D. 26 |
|
Answer» Correct Answer - D In a given data, maximum value = 32 and minimum value =6 We know, range of the data= maximum value - minimum value `=32-6=26` Hence, the range of the given data is 26. |
|