Average a bunch of measurements and the flukes cancel out. The sample mean Xˉ is itself random, but it has a beautiful distribution: Xˉ∼N(μ,nσ2) — same centre as the population, n times tighter, and normal even when the population isn't.
Same centre, √n times tighter
Different samples give different means, so Xˉ is a random variable with its own distribution. Two facts hold for any population: averaging keeps the centre, and averaging shrinks the spread by n (the variance by n).
E(Xˉ)=μ,Var(Xˉ)=nσ2,z=σ/nxˉ−μ
The whole chapter is the /n: Var(X̄) = σ²/n, so you standardise by σ/√n, NOT σ. Same centre μ, spread shrinks by √n.
The sampling distribution of X̄ keeps the same centre μ but gets taller and narrower as n grows (its spread is σ/√n). Average more, and X̄ huddles around the true mean.
Worked example
Start simple: build it from a die
Roll a fair die, X∈{1,…,6}: E(X)=3.5, Var(X)=1235≈2.917. Take the mean of two rolls, Xˉ.
Centre is unchanged: E(Xˉ)=3.5.
Spread halves: Var(Xˉ)=2σ2=2435≈1.458.
Answer
E(Xˉ)=3.5,Var(Xˉ)=2435
No normal curve yet — just the centre holding and the spread halving.
If the population is normal, Xˉ is exactly normal for any n. If it isn't, the Central Limit Theorem makes Xˉ approximately normal once n is large. In this course, n>50 is usually large enough, whatever the population's shape.
Worked example
State the distribution, then one tail
X has mean 6 and variance 8; Xˉ is the mean of 80 observations. State its distribution and find P(Xˉ<6.4).
Xˉ≈N(6,808)=N(6,0.1) by the CLT (n large).
z=0.16.4−6=1.265, so Φ(1.265).
Answer
P(Xˉ<6.4)=Φ(1.265)=0.897
Worked example
Normal population (exact, small n)
Women drink 500 ml on average, SD 50 ml. For 25 women, 13 litres is enough if the mean is under 520 ml. The parent is treated as normal, so Xˉ∼N(500,25502)=N(500,100) exactly, and z=10520−500=2.
Answer
P(Xˉ<520)=Φ(2)=0.977
Worked example
Answer time: normal parent, n = 16
Call-answer times are N(20,52) seconds. For 16 random calls, find P(Xˉ<18).
Normal parent → Xˉ∼N(20,1625), so σ/n=45=1.25.
z=1.2518−20=−1.6, so Φ(−1.6).
Answer
P(Xˉ<18)=0.0548
For a normal population, X̄ is normal for ANY n (no CLT, no “n large” needed); the σ/√n is the only change.
Totals: same idea, a different framing
A question about a total of n items is the same job: ∑X=nXˉ, so ∑X∼N(nμ,nσ2). Solve it either way — they agree.
Worked example
Sum vs mean: a bag of 6 pears
Pears are N(45,52) g, packed in bags of 6. Find the percentage of bags whose total mass exceeds 300 g.
Total route:∑X∼N(6⋅45,6⋅52)=N(270,312); z=312300−270=1.698.
Mean route: 300 g over 6 is a mean of 50 g; Xˉ∼N(45,652) gives the same z=52/650−45=1.698.
P=1−Φ(1.698)=0.0447.
Answer
≈4.47%
Total of n items: ΣX ~ N(nμ, nσ²) — multiply BOTH mean and variance by n. A “total > T” question can be rewritten as a “mean > T/n” question.
n = 1·X̄ ~ N(50, 10²/n)·SE = σ/√n = 10.00
The CLT in one picture: a skewed parent (left) becomes a symmetric bell for X̄ (right) once you average enough — the sampling distribution forgets the parent's shape.
Worked example
CLT on a non-normal population
f(x)=x/2 on [0,2] (a skewed parent); sample of 50, find P(Xˉ<23). Here E(X)=34, Var(X)=92.
n=50 is large, so by the CLT Xˉ≈N(34,502/9).
z=2/4503/2−4/3=2.5, so Φ(2.5).
Answer
P(Xˉ<23)=Φ(2.5)=0.994
Say “n is large, so by the CLT Xˉ is approximately normal” — that sentence scores a mark.
Worked example
Inverse: reverse from a probability
A normal population has mean 15, variance 9; Xˉ is the mean of 35. (a) Find P(Xˉ<16.2). (b) Find k with P(Xˉ<k)=0.75.
Standard error: σ/n=9/35=0.5071; Xˉ∼N(15,359).
(a) z=0.507116.2−15=2.366, so Φ(2.366)=0.991.
(b) Φ−1(0.75)=0.674, so k=15+0.674×0.5071=15.34.
Answer
P(Xˉ<16.2)=0.991,k=15.34
Population
Is X̄ normal?
Normal
exactly, for any n
not Normal, n large (>50)
approximately, by the CLT
not Normal, n small
no — can't assume normality
Your turn— tap to reveal the worked answer (Flour: a total just below the line)
Ciara needs 5 kg of flour, so buys 10 bags labelled 500 g; in fact each bag has mean 510 g, variance 120 g². Find P(total<5000).
Standardise with the standard errorσ/n, not σ; cite the CLT (“n large”) only when the population isn't already Normal. For a total, scale mean and variance by n. (9709/62/O/N/24 Q4)
Why σ/√n, not σ/n
Var(Xˉ)=Var(n1∑Xi)=n21⋅nσ2=nσ2 (variances add; the n1 comes out squared). The SD is its root, σ/n.
Common mistake
Using σ2 instead of σ2/n; dividing by n instead of n when standardising; for a total, forgetting to scale the variance by n; and claiming normality for a non-normal population with smalln (the CLT needs n large).