Central Limit Theorem Formula
The Formula
When to use: 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.
Quick Example
Notation
What This Formula Means
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.
Formal View
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
hardCommon Mistakes
- Thinking n \geq 30 is a hard rule—highly skewed populations may need larger samples for the CLT to kick in.
- Confusing \sigma (population SD) with \frac{\sigma}{\sqrt{n}} (standard error)—the spread of sample means shrinks by \sqrt{n}.
- Applying the CLT to individual observations rather than to the sample mean or sample sum.
Why This Formula Matters
Without the CLT, we'd need to know the exact population distribution before doing any inference. The CLT lets us use normal-based methods (z-tests, confidence intervals) even when the population is non-normal.
Frequently Asked Questions
What is the Central Limit Theorem formula?
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.
How do you use the Central Limit Theorem formula?
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.
What do the symbols mean in the Central Limit Theorem formula?
\frac{\sigma}{\sqrt{n}} is called the standard error of the mean.
Why is the Central Limit Theorem formula important in Math?
Without the CLT, we'd need to know the exact population distribution before doing any inference. The CLT lets us use normal-based methods (z-tests, confidence intervals) even when the population is non-normal.
What do students get wrong about Central Limit Theorem?
The CLT applies to sample means (and sums), not to individual observations. A single data point from a skewed population is still skewed.
What should I learn before the Central Limit Theorem formula?
Before studying the Central Limit Theorem formula, you should understand: sampling distribution, normal distribution.