Question

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

A dataset of 25 student test scores has a mean of 7070, a standard deviation of 88, and an interquartile range (IQR\text{IQR}) of 1212. A instructor creates a modified dataset by multiplying each original test score by 1.51.5 and then adding 1010 to the result. What is the standard deviation of the modified dataset?

  1. A
    88
  2. 1212Answer
  3. C
    1818
  4. D
    2222
  5. E
    2828

Answer

12
For any dataset, if each value xx is transformed into ax+ba \cdot x + b, where aa and bb are constants, the new standard deviation is given by aσold|a| \cdot \sigma_{\text{old}}. In this problem, a=1.5a = 1.5 and b=10b = 10. Therefore, the new standard deviation is 1.5×8=121.5 \times 8 = 12. The addition of 1010 affects measures of center (such as the mean and median) but has no effect on measures of dispersion (such as standard deviation, IQR, and range).

Step-by-Step Solution

1
Analyze the effect of multiplying each data point by a constant on standard deviation.
Multiplying every value in a dataset by a constant c=1.5c = 1.5 multiplies the standard deviation σ\sigma by c|c|. The new intermediate standard deviation becomes 1.5×8=121.5 \times 8 = 12.
Standard deviation measures dispersion around the mean, so scaling all data points by a factor scales the distance between each point and the mean by that same factor.
2
Analyze the effect of adding a constant to each data point on standard deviation.
Adding a constant k=10k = 10 to every value shifts the entire distribution without changing the distances between data points or the relative spread around the mean. Thus, standard deviation remains 1212.
Adding a constant shifts both the individual values and the mean by the same amount, leaving (xixˉ)(x_i - \bar{x}) unchanged.

Key Concept

Linear Transformations on Measures of Dispersion
Rate this question