To find the first (Q1) and third (Q3) quartiles of the given data, we first need to sort the data in ascending order. The data provided is as follows:
- 19
- 18
- 6
- 4
- 9
- 4
- 20
- 1
- 1
- 2
- 1
- 3
- 10
- 2
- 33
- 4
- 2
- 23
- 8
- 15
Step 1: Sort the data
Sorted data:
- 1
- 1
- 1
- 2
- 2
- 2
- 3
- 4
- 4
- 4
- 6
- 8
- 9
- 10
- 15
- 18
- 19
- 20
- 23
- 33
Step 2: Find the first and third quartiles
To find the first (Q1) and third (Q3) quartiles:
- Q1 is the median of the first half of the data (lower 50%).
- Q3 is the median of the second half of the data (upper 50%).
The sorted data has \( n = 20 \) values. The median (Q2) is at the position:
\[ \text{Position of } Q2 = \frac{n + 1}{2} = \frac{20 + 1}{2} = 10.5 \]
This means Q2 is the average of the 10th and 11th values:
- 10th value = 4
- 11th value = 6
\[ Q2 = \frac{4 + 6}{2} = 5 \]
Finding Q1:
For Q1, we take the first half (the first 10 values):
1, 1, 1, 2, 2, 2, 3, 4, 4, 4
The median of this half (5 values) is at position:
\[ \text{Position of } Q1 = \frac{10 + 1}{2} = 5.5 \]
This means Q1 is the average of the 5th and 6th values:
\[ Q1 = \frac{2 + 2}{2} = 2 \]
Finding Q3:
For Q3, we take the second half (the last 10 values):
6, 8, 9, 10, 15, 18, 19, 20, 23, 33
The median of this half (5 values) is at position:
\[ \text{Position of } Q3 = \frac{10 + 1}{2} = 5.5 \]
This means Q3 is the average of the 5th and 6th values:
\[ Q3 = \frac{15 + 18}{2} = 16.5 \]
Final results:
- First Quartile (Q1) = 2
- Third Quartile (Q3) = 16.5