1.3.15 · D3Probability & Statistics

Worked examples — Central limit theorem

3,124 words14 min readBack to topic

Before any example, let me re-anchor the symbols we lean on the whole page, in plain words:

The standardize move appears in every single example, so define it once:


The scenario matrix

Every problem this topic can throw is one of these cells. Each example below is tagged with the cell(s) it fills.

Cell What makes it distinct Covered by
A. Symmetric source uniform/symmetric , moderate Ex 1
B. Skewed / Bernoulli source lop-sided (a coin), CLT still works Ex 2
C. Solve for (inverse) probability given, find sample size Ex 3
D. One-sided tail , only one boundary Ex 4
E. Negative-mean / sign-flip , careful with signs of Z Ex 5
F. Degenerate: zero-variance source, limiting behaviour Ex 6
G. Small warning when the bell is a bad approximation Ex 7
H. Limit Law of Large Numbers as CLT's shadow Ex 8
I. Sum instead of mean total, not average — rescale carefully Ex 9
J. Exam twist: symmetry probability $P( Z

I use rounded standard-normal areas throughout: , , , , , .


Example 1 — Cell A: symmetric source (dice)

Figure — the CLT in one picture (Example 1). The chart below overlays the source and the average: the flat blue bars are one die (uniform — every face equally likely), and the orange curve is the distribution of the average of 36 dice. Notice how flat becomes bell-shaped, centred at (gray dashed line). The green shaded slice is exactly the we computed in step 5 — look how narrow that band is compared with the full range of a single die, which is the shrinking effect of dividing by .

Figure — Central limit theorem

Example 2 — Cell B: skewed / Bernoulli source (a coin)


Example 3 — Cell C: solve for (inverse problem)


Example 4 — Cell D: one-sided tail (gradient safety)


Example 5 — Cell E: negative mean, sign discipline


Example 6 — Cell F: degenerate source,


Example 7 — Cell G: small — the approximation is BAD


Example 8 — Cell H: the limit (Law of Large Numbers)


Example 9 — Cell I: total (sum), not average


Example 10 — Cell J: exam twist + word problem


Recall Quick self-test

The average of i.i.d. draws has spread ::: (shrinks like ) To get within margin at 95% confidence you need ::: For a SUM of draws the standard deviation is ::: (grows, not shrinks) The CLT fails when ::: (degenerate) or (infinite variance), or is too small for the tails and are about ::: and

See also: Central limit theorem · Normal Distribution · Confidence Intervals · Sample Size Calculation · Hypothesis Testing · Law of Large Numbers · Bootstrap Methods · Monte Carlo Methods