Answer:
(d) Player B is the most consistent, with an IQR of 2.5.
Explanation:
Given these numbers of goals, you want to know which player is most consistent, and the best measure of that.
- A: {1, 1, 2, 4, 4, 5, 5, 5, 11}
- B: {1, 1, 1, 2, 2, 3, 3, 4, 8}
Variability measures
The variability measures we're to consider here are range and IQR.
The range is the difference between the maximum and the minimum:
The smaller range indicates player B is more consistent.
The IQR is the difference between the upper and lower quartiles. In each of these 9-element data sets, those quartiles will be the average of elements 2 and 3, and the average of elements 7 and 8 when the data is in order.
- A: ((5+5) -(1+2))/2 = 3.5
- B: ((3+4) -(1+1))/2 = 2.5
The smaller IQR indicates player B is more consistent.
Outliers
In each case, the maximum data value is more than 1.5 times the IQR above the upper quartile value, so can be considered an outlier. The outlier has a direct effect on range, so range is not a good measure of variability.
Player B is the most consistent, with an IQR of 2.5, choice D.
__
Additional comment
If the outlier is excluded from each data set, the IQR for player A remains the same at 3.5. The IQR for player B drops to 2.0.
<95141404393>