To find the first (Q1) and third (Q3) quartiles of the given data, we first need to arrange the data in ascending order and then find the quartiles.
Step 1: Arrange the data in ascending order
The provided data points are:
45, 29, 13, 61, 18, 33, 21, 40, 41, 26, 27, 12, 30, 14, 19, 34, 22, 25, 42, 11, 47, 57, 32, 32
Sorted in ascending order:
11, 12, 13, 14, 18, 19, 21, 22, 25, 26, 27, 29, 30, 32, 32, 33, 34, 40, 41, 42, 45, 47, 57, 61
Step 2: Find the first (Q1) and third (Q3) quartiles
Total number of observations (n): 24
- First Quartile (Q1): The median of the first half of the data. Since there are 24 data points, the first half consists of the first 12 points.
First half of data:
11, 12, 13, 14, 18, 19, 21, 22, 25, 26, 27, 29
The median of this half (Q1) is the average of the 6th and 7th numbers:
Q1 = (19 + 21) / 2 = 20
- Third Quartile (Q3): The median of the second half of the data. The second half consists of the last 12 points.
Second half of data:
30, 32, 32, 33, 34, 40, 41, 42, 45, 47, 57, 61
The median of this half (Q3) is the average of the 6th and 7th numbers:
Q3 = (40 + 41) / 2 = 40.5
Step 3: Summary
- First Quartile (Q1): 20
- Third Quartile (Q3): 40.5