Question

Difficulty: HardRange and Standard Deviation

Data set SS consists of the four integers 4,8,12,4, 8, 12, and 1616. A fifth integer kk, which is greater than the mean of data set SS, is added to the set to form data set T={4,8,12,16,k}T = \{4, 8, 12, 16, k\}. If the standard deviation of data set TT is equal to the standard deviation of data set SS, what is the value of kk?

Answer: 15

Answer

The value of kk is 15.
The variance of the original set S={4,8,12,16}S = \{4, 8, 12, 16\} is 20 with a mean of 10. Adding kk creates a 5-element set TT with mean 40+k5\frac{40+k}{5}. Setting the variance of set TT equal to 20 yields the quadratic equation k220k+75=0k^2 - 20k + 75 = 0, which factors as (k5)(k15)=0(k-5)(k-15) = 0. Since kk must be greater than 10, the correct answer is 15.

Step-by-Step Solution

1
Calculate the mean and variance of data set SS.
Mean μS=10\mu_S = 10 and variance σS2=20\sigma_S^2 = 20.
Determining the baseline mean and variance for the initial dataset of 4 elements.
2
Express the mean and variance of data set T={4,8,12,16,k}T = \{4, 8, 12, 16, k\} algebraically in terms of kk.
Mean μT=40+k5\mu_T = \frac{40+k}{5} and variance σT2=480+k25(40+k5)25\sigma_T^2 = \frac{480 + k^2 - 5\left(\frac{40+k}{5}\right)^2}{5}.
Formulating the standard deviation equation for the expanded dataset.
3
Equate σT2\sigma_T^2 to σS2=20\sigma_S^2 = 20 and solve for kk.
The resulting quadratic equation k220k+75=0k^2 - 20k + 75 = 0 yields solutions k=5k = 5 and k=15k = 15.
Finding all potential values of kk that leave the dataset's standard deviation unchanged.
4
Apply the condition that kk must be strictly greater than the mean of data set SS (μS=10\mu_S = 10).
k=15k = 15.
Rejecting k=5k = 5 because it is less than 10.

Key Concept

Standard deviation measures the average distance of data points from the mean. Adding a value to a dataset shifts the mean and alters variance; finding when the standard deviation remains unchanged requires solving the quadratic relationship generated by the addition of the new element.
Rate this question