To find the first (Q1) and third (Q3) quartiles of the given data set, we first need to sort the data in ascending order:
Data Set (Sorted):
5, 13, 18, 23, 28, 36, 37, 39, 43, 68, 83
Step 1: Determine Q1 (First Quartile)
Q1 is the median of the first half of the data (the lower 50%).
- The first half of the data (lower 6 values) is:
5, 13, 18, 23, 28, 36
Since there are 6 data points in the first half, the median is the average of the 3rd and 4th values:
(18 + 23) / 2 = 20.5
Thus, Q1 = 20.5
Step 2: Determine Q3 (Third Quartile)
Q3 is the median of the second half of the data (the upper 50%).
- The second half of the data (upper 6 values) is:
37, 39, 43, 68, 83
Since there are 5 data points in the second half, the median is the middle value:
Q3 = 43
Final Results:
- Q1 = 20.5
- Q3 = 43