Dataset consists of 10 distinct numerical values. Dataset is created by replacing the maximum value of Dataset with a number that is strictly greater than that maximum value, while all other 9 values remain unchanged. Which of the following statements comparing Dataset and Dataset must be true? Select all that apply.
- The range of Dataset is greater than the range of Dataset .Answer
- The interquartile range (IQR) of Dataset is equal to the interquartile range of Dataset .Answer
- CThe standard deviation of Dataset is equal to the standard deviation of Dataset .
- DThe median of Dataset is strictly greater than the median of Dataset .
- EThe 75th percentile of Dataset is strictly greater than the 75th percentile of Dataset .
Answer
The statements asserting that the range of Dataset is greater than the range of Dataset and that the interquartile range (IQR) of Dataset is equal to the interquartile range of Dataset are correct.
The statement regarding the range is correct because increasing the maximum value increases the difference between the maximum and minimum values. The statement regarding the interquartile range is correct because the 25th percentile () and 75th percentile () depend only on the first 8 ordered elements of a 10-element dataset, so changing the 10th element leaves and identical.
Step-by-Step Solution
Key Concept
Effect of outlier modification on measures of position (, Median) versus measures of dispersion (Range, Standard Deviation, IQR).