Resources
The Central Limit Theorem in simulation
The Central Limit Theorem is the load-bearing wall of inference. Every confidence interval for a mean and every t-test in the course leans on it. Yet the statement sounds like a riddle: take samples from almost any population, however lopsided, and the distribution of the sample means will be approximately normal, with the approximation improving as the sample size grows.
The best way I know to believe it is to watch it happen.
The simulator
The top panel shows the population: a strongly right-skewed distribution of individual values, something like household incomes or hospital stay lengths, with mean \(\mu = 20\). The bottom panel starts empty. Each click draws a random sample of size \(n\) from the population, computes the sample mean \(\bar{x}\), and drops it into the bottom histogram.
Top: the population of individual values, skewed hard to the right. Bottom: the distribution of sample means. Three experiments to run. First, set n = 1 and draw 500: the bottom panel just reproduces the population, skew and all. Second, set n = 5 and draw 500: the skew is already fading. Third, set n = 30 and draw 500: the means pile into a tight, nearly symmetric bell centered at the population mean, even though no individual value was drawn from anything bell-shaped. Also watch the width: each fourfold increase in n cuts the spread of the bell in half.
What the theorem actually claims
Three separate statements are bundled inside the CLT, and the exam tests all three.
Center. The sampling distribution of \(\bar{x}\) is centered at the population mean: \(\mu_{\bar{x}} = \mu\). Sample means do not drift high or low on average, no matter the shape of the population and no matter the sample size. In the simulator, the bell forms around the dashed line at 20 from the very first samples.
Spread. The standard deviation of the sampling distribution is
\[\sigma_{\bar{x}} = \frac{\sigma}{\sqrt{n}}.\]Averaging tames variability, and it tames it by the square root of the sample size. That square root is why quadrupling your sample only doubles your precision, and it is the reason margin-of-error formulas all carry a \(\sqrt{n}\) in the denominator.
Shape. This is the part that deserves the name “theorem.” If the population is normal, \(\bar{x}\) is exactly normal for every \(n\). If the population is not normal, the distribution of \(\bar{x}\) becomes approximately normal anyway as \(n\) grows. The course’s working guideline is \(n \ge 30\) for populations as skewed as this one, and the simulator shows the guideline being earned: at \(n = 5\) a trace of right skew survives, and by \(n = 30\) it is gone to the eye.
Keep the three claims separate when you write. Center and spread are exact facts that hold for every sample size. Shape is the approximation, and it is the only part that needs the large-sample condition.
The mistake the exam is designed to catch
The CLT is about the distribution of sample means. It says nothing about the individuals. Drawing a bigger sample does not make incomes, or hospital stays, or the population itself any more normal; set \(n = 1\) and draw all day, and the bottom panel stays as skewed as the top. What becomes normal is the average, a statistic computed from many individuals at once.
This is exactly the distinction the free-response section probes. A question describing a skewed population and a sample of size 40 may ask for the probability that one randomly chosen individual exceeds some value, and that question is unanswerable with a normal calculation, because the individuals are not normal. The companion question about the sample mean is answerable, by the CLT. Deciding which tool applies is the tested skill, and the sentence that earns the point names the theorem and the condition: “since \(n = 40 \ge 30\), the sampling distribution of \(\bar{x}\) is approximately normal by the Central Limit Theorem.”
One more experiment worth running: set n = 4, draw 500, and note the spread of the bell. Then set n = 16 and draw 500 more. The bell is half as wide. The fourfold sample bought a twofold improvement, which is the square-root law seen with your own eyes, and it is the single most useful piece of intuition to carry into the margin-of-error questions.