"The CLT explains why standardized sums and means often approach a bell under stated conditions. It does not make every natural quantity normal."
The Statement, Plainly
The Central Limit Theorem (CLT) says: if you take the sum (or equivalently the mean) of N independent identically-distributed random variables with finite variance, and you standardize that sum (subtract its mean and divide by its standard deviation), the resulting distribution approaches a standard normal as N grows large. In symbols:
(X₁ + X₂ + ... + Xₙ − nμ) / (σ√n) → N(0, 1) as n → ∞
This is a central result in introductory statistics. The starting distribution need not be normal, but the stated finite-variance and iid conditions matter. Skewness and tail thickness determine how quickly the approximation improves. Its broad applicability helps explain why normal approximations recur.
What This Buys Us in Real Life
So many real-world quantities are the result of many small independent contributions:
- Adult human heights are the sum of countless genetic and developmental factors.
- Measurement errors are the sum of many small instrumental and environmental noise sources.
- IQ scores are constructed to be normal by design, but the underlying cognitive abilities are themselves sums of many small genetic and experiential contributions.
- Test scores on a well-designed multi-question exam aggregate many small per-question outcomes.
These examples motivate a normal approximation but do not prove it: contributions may differ in size, depend on one another, or produce bounded and discrete outcomes. The CLT directly describes a standardized sum or mean, not every observed marginal distribution.
The Demo That Makes It Click
Take a deeply non-normal distribution — like the outcome of a single die roll, which is uniform over {1,2,3,4,5,6}. The histogram of one roll is flat and obviously not bell-shaped. Now sum N independent rolls. The histogram of the sum visibly becomes more bell-shaped as N grows. For dice the shape becomes visibly smoother as N grows, but there is no universal N=30 rule or perfect finite-sample bell. This is not magic; it is the CLT operating live.