"The bell shows up because of the Central Limit Theorem. Almost nothing in nature is normal directly. Almost everything in nature is a sum of small things — and sums of small independent things go bell."
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 the deepest statement in introductory statistics. The underlying X's can be from any distribution — uniform, exponential, ugly skewed — and the standardized sum still goes bell. That universality is what gives the normal distribution its everywhere-quality.
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.
The CLT tells you exactly why these aggregations look bell-shaped: they are sums, and sums of many small independent things converge to normal regardless of the individual 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. By N=30, it is already close to a perfect bell. This is not magic; it is the CLT operating live.