Given the following set of data:
8 12 15 9 10 12 12 18 14 15 10 11 12 9 17
We will find the range of the data.
We need to find the maximum and the minimum
The maximum = 18
The minimum = 8
So, the range = maximum - minimum = 18 - 8 = 10
So, the answer will be The range = 10