To find the interquartile range (IQR) of the shoe sizes, we first need to arrange the sizes in ascending order and then find the first quartile (Q1) and the third quartile (Q3).
The shoe sizes are:
2, 4, 6, 8, 10, 12
-
Ordering the shoe sizes: The sizes are already in order: 2, 4, 6, 8, 10, 12.
-
Finding Q1 (first quartile):
- The first quartile (Q1) is the median of the first half of the data (the lower half).
- The lower half of the data is: 2, 4, 6.
- The median of this is 4 (since it is the middle value).
-
Finding Q3 (third quartile):
- The third quartile (Q3) is the median of the second half of the data (the upper half).
- The upper half of the data is: 8, 10, 12.
- The median of this is 10 (since it is the middle value).
-
Calculating the IQR: \[ \text{IQR} = Q3 - Q1 = 10 - 4 = 6 \]
Therefore, the interquartile range for Mike's teammates' shoe sizes is 6.