To find the range of a data set, you'll need to subtract the smallest value from the largest value.
Given the data set: 51, 13, 98, 42, 76, 28
- Identify the smallest value: 13
- Identify the largest value: 98
Now calculate the range:
Range = Largest value - Smallest value Range = 98 - 13 = 85
So, the range of the given data set is 85.