Visual walkthrough — z-test, t-test, chi-squared goodness of fit, F-test
Step 1 — A measurement is a dot on a line
WHY start here. Every test compares "what I saw" to "what was claimed." Both are just positions on the same line, so we must first agree that a number is a place.
PICTURE. The orange dot below sits at . The magenta tick at is the claim — the value the manufacturer swears by. We call the claim (read "mew-nought"): the "" is a label meaning the number in the null hypothesis, the boring status-quo story from Hypothesis Testing. To be clear about symbols: a single reading is written ; the average of a whole sample is written ("x-bar"). When you have only one reading, — the average of one number is that number. Below, the dot at is both.

Step 2 — A raw gap of "10" means nothing yet
WHY. Ten grams off is enormous for a coin's mass but invisible for a person's mass. Size only has meaning relative to natural spread. So we need a ruler whose unit is the wobble.
PICTURE. Two worlds, same gap of . Top: measurements barely scatter — a gap of pokes far past the crowd, clearly weird. Bottom: measurements scatter wildly — a gap of is lost in the noise, totally ordinary. Same gap, opposite verdicts.

Step 3 — The wobble of one measurement:
WHY this symbol. We need one number that summarises "how far do individual readings stray?" is exactly that — measured in the same units as the data (hours, ml).
PICTURE. The magenta bell is centred on — the population's true mean, which under the claim equals . The violet arrows span one to each side. Roughly of single readings land inside that band. is literally the half-width of the "usual" zone.

Step 4 — Averaging shrinks the wobble: the standard error
WHY average at all. A single bulb might be a freak. Averaging bulbs cancels individual flukes: some run long, some short, and they partly wash out. The leftover wobble of the average is the standard error, written .
PICTURE. Same claim, three bells. The widest (violet) is one reading: spread . Averaging readings (orange) halves the spread. Averaging (magenta) shrinks it eightfold — a tall, tight spike. More data → sharper knowledge of the true mean.

Step 5 — Measure the gap in units of wobble: the z-statistic
WHY divide. Division re-expresses the gap in ruler-units. A result of means two full SE-lengths to the left of the claim. This number is now comparable across any problem — hours, grams, votes — because the units cancel. And here is where the Central Limit Theorem earns its keep: it promises that follows a bell shape, so this ratio follows the standard bell.
PICTURE. The standard bell (centre , one SE per gridline). The orange arrow steps from the claim to our data: exactly SE-steps left. That count, with its sign, is .

Step 6 — Where is "too far"? The rejection tails
WHY . With the standard bell, exactly of the area sits beyond and beyond — together . That is our tolerated false-alarm rate (a Type I error). See p-value for the area interpretation.
PICTURE. The bell with both tails past shaded (the rejection region). Our (orange) lands inside the left shaded tail — so we reject the claim. The bulbs really do run short.

Recall Check yourself
If and the cutoff is , do we reject? ::: Yes — , so it lands in the tail. What does the shaded area represent? ::: The probability of seeing data this extreme if the claim were true — the two-sided p-value threshold .
Step 7 — When the ruler itself is fuzzy: , and is born
WHY a new distribution. In Step 5 the denominator was a rock-solid constant. Now both top and bottom of the ratio jitter. A fuzzy ruler means we occasionally over- or under-measure the gap, producing more extreme values than the Normal predicts → fatter tails. That fatter-tailed curve is Student's t-distribution, tuned by Degrees of Freedom . As , and melts back into the Normal.
PICTURE. Two curves overlaid: the crisp Normal (magenta) and Student's with few Degrees of Freedom (violet). Same centre, but is squashed lower in the middle and heavier in the tails — so its cutoff sits further out ( for , versus ). Being cautious about a fuzzy ruler pushes the goalposts back.

Step 8 — The degenerate & edge cases (never leave a gap)
Case A — huge . As grows, : the bell in Step 4 collapses to a spike. Even a tiny real gap eventually produces a giant . Interpretation: with enough data, any true difference is detectable — but a detectable difference may still be trivially small in real terms.
Case B — exactly. The gap is , so : dead centre of the bell. Maximum agreement with the claim; we never reject.
Case C — (no wobble). The ruler shrinks to nothing, so for any nonzero gap. Interpretation: if measurements truly never wobble, the slightest gap is infinitely surprising. In practice is never exactly .
Case D — for the t-test (undefined!). The t-formula divides by , and . With the denominator and there are no deviations from the single point — so is undefined and cannot be computed. The t-test requires : you need at least two readings before "how much do they scatter?" even has an answer. (The z-test escapes this because it uses a given , not one estimated from the data.)
Case E — from mean to counts () and from counts to spreads (). The same ratio idea extends. For category counts we standardize each cell as : this treats each count as roughly Poisson (variance , so standard deviation ). This is an approximation — a large-sample / Poisson-normal limit that only holds when every expected count is reasonably large (rule of thumb ); with tiny it breaks and you must pool categories. Under that condition, squaring and summing the standardized cells gives the Chi-squared Distribution. For comparing two spreads we take a ratio of two variances, and the race between two chi-squareds is the F-distribution used in ANOVA.
PICTURE. Four mini-panels: (A) SE collapsing with ; (B) at the peak; (C) the ratio blowing up as ; (D) the family tree .

The one-picture summary

Recall Feynman retelling — say it like you mean it
I measured something and it came out below what they promised. But "" alone is a bluff — I don't know if that's a lot. So I ask: how much does the average of my readings usually jiggle around? One reading jiggles by , but I averaged of them, and averaging calms the jiggle by , leaving a jiggle of . Now I re-measure my gap in jiggles: jiggles below. Two jiggles is far — the standard bell says landing that far by pure luck happens under of the time, so I stop believing "just unlucky" and say the bulbs really are worse. If I didn't know the jiggle-size and had to guess it from my tiny sample, my ruler would be shaky too, so I'd be extra cautious and demand almost jiggles before I dare reject — that cautious version is the -test (and it needs at least two readings, or there's no jiggle to measure). Same trick counts categories (chi-squared) and compares two jiggles (F). Every test is: how far, measured in jiggles.