Everything below uses the same cast of symbols, so let us name them once in plain words:
A picture of what "standardize" means geometrically — the lavender curve is the sample mean Xˉn living near its true centre μ=50 with spread equal to the standard error; the coral curve is the same thing after subtracting the mean and dividing by the standard error, sliding it to centre 0 with spread 1. The two axes at top and bottom line up value-for-value:
Read this figure before Level 2: standardizing is just a slide (subtract the mean) followed by a squeeze (divide by the standard error). Every z-value you compute below is measuring a distance in standard-error units on the coral axis.
Handy Φ values used throughout (memorize the shape, not the digits):
z
Φ(z)
z
Φ(z)
0.50
0.6915
1.645
0.9500
1.00
0.8413
1.96
0.9750
1.28
0.8997
2.00
0.9772
1.41
0.9207
2.33
0.9901
Recall Why does
P(Z>z)=1−Φ(z)?
Total area under the bell is 1. Φ(z) is the area to the left of z. Everything not to the left is to the right, so the right-tail area is 1−Φ(z). ::: P(Z>z)=1−P(Z≤z)=1−Φ(z).
The CLT needs three things: independent, identically distributed, and finite variance (σ2<∞).
(a) ✅ Dice rolls are i.i.d. with σ2=1235<∞. The mean of 200 is beautifully normal.
(b) ❌ The Cauchy distribution has no finite mean and infinite variance. The recipe breaks — the average of Cauchy draws is itself Cauchy, never settling. This is the classic CLT counterexample.
(c) ✅ Heights are i.i.d. with finite variance, so Xˉ40 is approximately normal (and n=40>30, comfortably past the rule of thumb).
Recall Solution
Sample mean Xˉ64: centre =μ=10, standard error =nσ=644=84=0.5.
Sum S: centre =nμ=64⋅10=640, spread =σn=4⋅8=32.
Notice the average's spread (0.5) is eight times smaller than a single value's spread (4) — that is 1/64=1/8 at work.
Standard error =nσ=10010=1. Standardize the boundary 52:
z=σ/nXˉn−μ=152−50=2.00.
Now convert the "greater than" to a table lookup. The table gives Φ(z)=P(Z≤z) — area to the left. We want the area to the right of z=2, which is everything minus the left part (total area is 1):
P(Xˉ100>52)=P(Z>2.00)=1−Φ(2.00)=1−0.9772=0.0228.
About a 2.3% chance the average of 100 draws exceeds 52. (No symmetry was assumed here — just "left area + right area = 1.")
Recall Solution
E[S]=nμ=100⋅3.5=350; SD(S)=σn=1.7078100=17.078.
z=σnS−nμ=17.078330−350=−1.171.
For a negativez we use the bell's mirror symmetry about 0: the left-tail area at −1.171 equals the right-tail area at +1.171, i.e. Φ(−1.171)=1−Φ(1.171). Hence
P(S<330)=Φ(−1.171)=1−Φ(1.171)≈1−0.8792=0.1208.
About a 12% chance the 100-roll total is below 330. (Here symmetry is used, and stated explicitly, because the table only lists positive z.)
Recall Solution
A central 95% region on a bell curve reaches out to z=1.96 standard errors on each side (that is why z0.025=1.96: it leaves 2.5% in each tail). So
c=1.96×(standard error)=1.96×1=1.96.
Thus Xˉ100 lands in (48.04,51.96) about 95% of the time. This is the seed of Confidence Intervals.
Continuity correction — where it comes from. The count X can only be a whole number, so its probability lives on isolated spikes at 0,1,2,…. To draw those spikes as area (so a smooth curve can approximate them), we widen each integer k into a bar spanning [k−0.5,k+0.5] — a rectangle of width 1 whose area equals P(X=k). The smooth normal curve is then matched to the tops of these bars. Because the event {X≤50} includes the entire bar at k=50, its area runs up to that bar's right edge, 50.5 — not to 50. Look at the figure: the butter-coloured bar at 50 is fully inside the shaded region, and the lavender dashed line sits at its right edge.
z=6.480750.5−60=−1.466.P(X≤50)≈Φ(−1.466)=1−Φ(1.466)≈1−0.9287=0.0713.
The bars-versus-curve picture that derives the +0.5 (each discrete spike becomes a width-1 bar; the curve tracks the bar tops):
Recall Solution
Since Var(∑(Xi−μ))=nσ2 and dividing a random variable by n divides its variance by n2:
Var(Wn)=n2nσ2=nσ2n→∞0.
The spread collapses to zero — Wn→0, a single point. That is the Law of Large Numbers, not a bell curve. Dividing by n "squashes too hard." To keep a non-degenerate spread you must divide by n, because that exactly cancels the n growth of the sum's standard deviation. This is the Goldilocks scaling.
Recall Solution
First, what "skewness" means. Skewness is a single number measuring lopsidedness — how much longer one tail is than the other. Its formula is the standardized third moment:
γ=E[(σX−μ)3].
A symmetric distribution has γ=0 (left and right cancel in the cube); a right-skewed one has γ>0 (the long right tail makes the cube positive on average). A fair coin's Bernoulli(0.5) has γ=0; an exponential has γ=2.
Now the answer: the skewed one (exponential) needs a larger n. The CLT's limit throws away everything beyond the first two moments, but for finiten the leftover skewness distorts the bell. The approximation error shrinks like nγ (the Berry–Esseen flavour), so a bigger γ demands a bigger n to reach the same closeness. Symmetric input (γ=0) converges fast; the exponential's γ=2 makes it slow. Exactly when a sum of many small independent (not necessarily identical) pieces still goes normal is pinned down by the Lindeberg–Feller Condition.
The 95% margin of error is z0.025⋅nσ=1.96⋅n12. Require this ≤2:
1.96⋅n12≤2⇒n≥21.96⋅12=11.76⇒n≥11.762=138.3.
Round up (you can't have too few): n=139. Notice: to halve the margin from 2 to 1 you would need n twice as big, i.e. 4× the data — the "1/n diminishing returns."
Recall Solution
Each mean is approximately normal:
Var(XˉA)=nAσA2=5036=0.72,Var(XˉB)=nBσB2=8081=1.0125.
Variances of independent quantities add even for a difference (subtracting doesn't help the wobble):
Var(D)=0.72+1.0125=1.7325,SD(D)=1.7325=1.3162.
This standard deviation is the engine of a two-sample z-test.
Recall Solution
Under equal true means, D is centred at 0 with SD(D)=1.3162. Standardize:
z=1.31623−0=2.279.
Two-sided 5% cutoff is ∣z∣>1.96. Since 2.279>1.96, the observed gap is surprising — we would reject "means equal" at the 5% level. (Two-sided p-value ≈2(1−Φ(2.279))≈0.0226.)
Variance needs E[X2]=∫1∞x2⋅x32dx=∫1∞2x−1dx=[2lnx]1∞=∞. Diverges. ❌
Because σ2=∞, the classical (finite-variance) CLT does not apply. The sample mean does converge to 2 (mean exists, so LLN holds), but its fluctuations are not Gaussian and don't shrink like 1/n — they follow a heavy-tailed stable law. Moral: "has a mean" is not enough; you need a finite variance.
Recall Solution
First, a word on the notation o(⋅) ("little-o"). Writing g(s)=o(s2) means g shrinks strictly faster than s2 as s→0, i.e. g(s)/s2→0. It is a bookkeeping tag for "terms too small to matter in the limit" — here, everything past the second moment.
With scaling n−a, the Taylor expansion of the characteristic function near 0 gives
φY(t/na)=1−2n2at2+o(n−2a),
so
φZn(t)=(1−2n2at2+⋯)n.
For the limit (1+ncn)n→ec to be finite and non-zero we need the bracket's correction to behave like (constant)/n, i.e. n2a=n, hence 2a=1, so a=21.
If a>21: exponent →0, φ→1, limit is a point mass (over-squashed → LLN).
If a<21: correction blows up, φ→0, no proper limit (under-squashed → diverges).
Only a=21 lands on e−t2/2, the standard-normal fingerprint. This is the CF-level reason for n.
Recall Solution
Sum's centre: nμ=2500⋅(−0.05)=−125.
Sum's spread: σn=1.10⋅2500=1.10⋅50=55.
Standardize the boundary 0 using z=σnS−nμ:
z=550−(−125)=55125=2.2727.
We want the right-tail area (being ahead means S>0), so total minus left:
P(S>0)=P(Z>2.2727)=1−Φ(2.2727)≈1−0.9885=0.0115.
About a 1.2% chance of being ahead after 2500 plays. The tiny per-play edge, multiplied by many plays and shrunk-relative-to-the-mean by the n scaling, makes losing almost certain. That is exactly why casinos profit: the CLT concentrates the aggregate around the negative mean.
Recall One-line self-check for the whole page
To standardize an average, divide the deviation by what? ::: the standard error σ/n — never by σ alone.