Central Limit Theorem Examples in Math
Start with the recap, study the fully worked examples, then use the practice problems to check your understanding of Central Limit Theorem.
This page combines explanation, solved examples, and follow-up practice so you can move from recognition to confident problem-solving in Math.
Concept Recap
For sufficiently large sample size (n \geq 30 as a rule of thumb), the sampling distribution of the sample mean is approximately normal with mean \mu and standard deviation \frac{\sigma}{\sqrt{n}}, regardless of the shape of the population distribution.
Roll a single die and the outcomes are flat (uniform). But average the rolls of 30 dice and the result looks like a bell curve every time. No matter how weird the original data looksโskewed, bimodal, flatโthe averages of large enough samples always settle into a normal shape. It's one of the most surprising facts in all of mathematics.
Read the full concept explanation โHow to Use These Examples
- Read the first worked example with the solution open so the structure is clear.
- Try the practice problems before revealing each solution.
- Use the related concepts and background knowledge badges if you feel stuck.
What to Focus On
Core idea: The CLT is why the normal distribution dominates statistics: it guarantees that sample means are approximately normal for large n, giving us a universal framework for inference.
Common stuck point: The CLT applies to sample means (and sums), not to individual observations. A single data point from a skewed population is still skewed.
Worked Examples
Example 1
mediumSolution
- 1 CLT: despite skewed population, with n=64 \geq 30, \bar{X} is approximately normally distributed
- 2 Mean: \mu_{\bar{X}} = 15 min; SE: \sigma_{\bar{X}} = \frac{8}{\sqrt{64}} = \frac{8}{8} = 1 min
- 3 \bar{X} \sim N(15, 1)
- 4 P(\bar{X} < 14) = P(Z < \frac{14-15}{1}) = P(Z < -1) = 0.1587
Answer
Example 2
hardPractice Problems
Try these problems on your own first, then open the solution to compare your method.
Example 1
easyExample 2
hardBackground Knowledge
These ideas may be useful before you work through the harder examples.