To find the first and third quartiles (Q1 and Q3) of the given data set, we will follow these steps:
-
Order the data: The data is already provided in numerical order.
-
Find the median (Q2) as a reference point:
- The median is the middle value of the ordered data. Since there are 30 data points (even number), the median will be the average of the 15th and 16th values.
- The 15th value is 20 and the 16th value is 21.
- Median (Q2) = (20 + 21) / 2 = 20.5
-
Determine Q1 and Q3:
-
Q1 is the median of the first half of the data, and Q3 is the median of the second half of the data.
-
The first half includes the first 15 values:
1, 9, 9, 11, 12, 12, 12, 13, 14, 15, 15, 16, 19, 19, 20
- The median of this half (Q1) is the average of the 7th and 8th values:
- The 7th value is 12 and the 8th value is 13.
- Q1 = (12 + 13) / 2 = 12.5
-
The second half includes the last 15 values:
21, 25, 26, 29, 30, 32, 32, 32, 38, 40, 48, 49, 52, 67, 116
- The median of this half (Q3) is the average of the 7th and 8th values:
- The 7th value is 32 and the 8th value is also 32.
- Q3 = (32 + 32) / 2 = 32
-
Finally, we summarize the results:
- Q1 = 12.5
- Q3 = 32