Questions: Normal Distribution: Properties and Fundamentals

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

X ~ Normal(0, 9) and Y ~ Normal(0, 16) are independent. What is the distribution of X + Y?

ANormal(0, 25) — variances add: 9 + 16 = 25
BNormal(0, 49) — standard deviations add: σ_X = 3, σ_Y = 4, so σ = 7 and σ² = 49
CNormal(0, 5) — the sum has standard deviation equal to the larger minus the smaller
DThe sum is not normally distributed — only the original variables are normal
Question 2 Multiple Choice

Why does the normal distribution appear so frequently in natural measurements like human heights, measurement errors, and test scores?

ABecause nature produces symmetric distributions, and symmetry implies normality
BBecause statisticians prefer the normal distribution and routinely fit it to data regardless of its actual shape
CBecause measurements that arise as the sum of many small independent contributions inevitably approach the normal distribution
DBecause the normal distribution is the simplest possible continuous distribution and serves as the default assumption
Question 3 True / False

Any normal random variable X ~ Normal(μ, σ²) can be converted to a standard normal Z ~ Normal(0, 1) by the transformation Z = (X − μ)/σ.

TTrue
FFalse
Question 4 True / False

If X ~ Normal(μ₁, σ₁²) and Y ~ Normal(μ₂, σ₂²) are independent, then the standard deviation of X + Y equals σ₁ + σ₂.

TTrue
FFalse
Question 5 Short Answer

Explain why the closure property of the normal distribution under linear combinations requires variances — not standard deviations — to add. Why does this distinction matter in practice?

Think about your answer, then reveal below.