InterviewSolution
Saved Bookmarks
| 1. |
The range of the data 12,25,15,18,17,20,22,6,16,11,8,19,10,30,20,32, isA. 10B. 15C. 18D. 26 |
|
Answer» Correct Answer - D Range=(maximum value)-(minimum value)=(32-6)=26 |
|