To find the interquartile range (IQR) of the dataset, we need to follow these steps:
-
Organize the Data: The data provided is already in ascending order:
-
Determine Quartiles:
- Q1 (First Quartile): This is the median of the first half of the data.
- Q2 (Median): This is the median of the entire dataset.
- Q3 (Third Quartile): This is the median of the second half of the data.
The dataset has 15 values, so:
- The median (Q2) is the 8th value:
To find Q1, we take the first 7 values:
- The median of this subset (the 4th value) is:
To find Q3, we take the last 7 values:
- The median of this subset (the 4th value) is:
-
Calculate the Interquartile Range (IQR):
So, the interquartile range of the data is 6.