To find the range and interquartile range (IQR) of the dataset, we need to first organize the heights in ascending order:
Dataset: 68, 70, 74, 75, 78, 82
Step 1: Calculate the range.
The range is the difference between the maximum and minimum values in the dataset.
- Maximum value = 82
- Minimum value = 68
Range = Maximum - Minimum = 82 - 68 = 14
Step 2: Calculate the interquartile range (IQR).
To find the IQR, we need to find the first quartile (Q1), the third quartile (Q3), and then subtract Q1 from Q3.
- First quartile (Q1): This is the median of the first half of the data (68, 70, 74). We take the middle value here, which is 70.
- Third quartile (Q3): This is the median of the second half of the data (75, 78, 82). The middle value here is 78.
Now we can calculate the IQR:
IQR = Q3 - Q1 = 78 - 70 = 8
Final Results:
- The range is 14.
- The interquartile range is 8.
Thus, the correct response is:
The range is 14, and the interquartile range is 8.