5 questions to test your understanding
A dataset has mean 70 and standard deviation 10. Every value is increased by 5 points. What happens to the variance?
X and Y are independent random variables with Var(X) = 9 and Var(Y) = 16. What is Var(X + Y)?
Squaring the deviations before averaging them — rather than taking the average of absolute deviations — means that large deviations from the mean are penalized proportionally more than small ones.
If Var(X) = 4 and Var(Y) = 9 and X, Y are independent, then the standard deviation of X + Y equals σ_X + σ_Y = 2 + 3 = 5.
Why is variance defined using squared deviations from the mean rather than simply averaging the absolute deviations |X − μ|? What mathematical advantages does squaring provide?