

InterviewSolution
Saved Bookmarks
1. |
If the range and the smallest value of a set of data are 36.8 and 13.4 respectively, then find the largest value. |
Answer» Range = 36.8 Smallest value (S) = 13.4 Range = L – S 36.8 = L – 13.4 L = 36.8 + 13.4 = 50.2 Largest value = 50.2 |
|