Given the following data set:
58, 67, 44, 72, 51, 42, 60, 46, 69
First, we will arrange the data in order from the least to the greatest.
42, 44, 46, 51, 58, 60, 67, 69, 72
The minimum = 42
The maximum = 72
Q2 = the median of the data = the number that in the middle
As the set has 9 data, so, the median will be the data number 4
Q2 = 58
To find Q1 and Q3 , the data will be divided into two equal groups
(42, 44, 46, 51), 58, (60, 67, 69, 72)
Q1 = the median of the first group = (44+46)/2 = 45
Q3 = the median of the second group = (67+69)/2 = 68
So, the answer will be:
Minimum : 42
Maximum : 72
Q1 : 45
Q2 : 58
Q3 : 68