Question

Difficulty: MediumMeasures of Dispersion and Position (Range, IQR, Standard Deviation, Percentiles)

An original dataset XX consists of 2020 distinct positive numerical values with standard deviation σ\sigma, range RR, and interquartile range IQRIQR. A new dataset YY is created by transforming each data value xix_i in XX according to the rule yi=3xi+5y_i = -3x_i + 5. Which of the following statements about the dispersion metrics of dataset YY compared to dataset XX must be true? Select all such statements.

  1. The standard deviation of dataset YY is 3σ3\sigma.Answer
  2. The interquartile range of dataset YY is 3×IQR3 \times IQR.Answer
  3. C
    The standard deviation of dataset YY is 3σ+53\sigma + 5.
  4. D
    The range of dataset YY is 3R+5-3R + 5.
  5. E
    The interquartile range of dataset YY is equal to 3×IQR-3 \times IQR.

Answer

The statements asserting that the standard deviation of dataset Y is 3 times the standard deviation of dataset X, and that the interquartile range of dataset Y is 3 times the interquartile range of dataset X, are both correct.
For any data set undergoing a linear transformation y=ax+by = ax + b, all measures of dispersion (including standard deviation, range, and interquartile range) are scaled by the absolute value of the multiplier a|a| and remain completely unaffected by the additive constant bb. Since a=3a = -3, a=3=3|a| = |-3| = 3. Therefore, both the standard deviation and the interquartile range scale by a factor of 3.

Step-by-Step Solution

1
Recall the general rule for linear transformation of measures of dispersion.
For any linear transformation y=ax+by = ax + b, measures of dispersion (Range, IQR, Standard Deviation) scale by a|a| and are unaffected by bb.
Measures of dispersion evaluate the spread/distance between points, which shifts unchanged when a constant is added, and scales non-negatively when multiplied by a constant.
2
Identify the values of the multiplicative constant aa and additive constant bb.
a=3a = -3 and b=5b = 5, giving a=3=3|a| = |-3| = 3.
The transformation equation is yi=3xi+5y_i = -3x_i + 5.
3
Apply the scaling factor a=3|a| = 3 to each measure of dispersion.
Standard deviation of YY is 3σ3\sigma, IQR of YY is 3×IQR3 \times IQR, and Range of YY is 3R3R.
All measures of dispersion scale by a factor of 3 regardless of the negative sign of the multiplier or the addition of 5.

Key Concept

Linear Transformations on Measures of Dispersion
Rate this question