Mathwords logoMathwords

Central Limit Theorem — Definition, Formula & Examples

The Central Limit Theorem states that when you take sufficiently large random samples from any population, the distribution of the sample means will be approximately normal (bell-shaped), regardless of the population's original distribution.

Let X1,X2,,XnX_1, X_2, \ldots, X_n be independent, identically distributed random variables with finite mean μ\mu and finite variance σ2\sigma^2. As nn \to \infty, the standardized sample mean Xˉμσ/n\frac{\bar{X} - \mu}{\sigma / \sqrt{n}} converges in distribution to the standard normal distribution N(0,1)N(0, 1).

Key Formula

Z=Xˉμσ/nZ = \frac{\bar{X} - \mu}{\sigma \,/\, \sqrt{n}}
Where:
  • Xˉ\bar{X} = Sample mean
  • μ\mu = Population mean
  • σ\sigma = Population standard deviation
  • nn = Sample size
  • ZZ = Standard normal score (z-score)

How It Works

Start by identifying the population mean μ\mu, population standard deviation σ\sigma, and sample size nn. As a rule of thumb, the CLT applies well when n30n \geq 30, though for populations that are already nearly symmetric, smaller samples suffice. The sampling distribution of Xˉ\bar{X} will be approximately normal with mean μ\mu and standard error σ/n\sigma / \sqrt{n}. You can then convert any sample mean to a zz-score and use the standard normal table to find probabilities.

Worked Example

Problem: A factory produces bolts with a mean length of 50 mm and a standard deviation of 4 mm. The distribution of individual bolt lengths is skewed. What is the probability that the mean length of a random sample of 64 bolts is greater than 51 mm?
Find the standard error: Divide the population standard deviation by the square root of the sample size.
SE=σn=464=48=0.5\text{SE} = \frac{\sigma}{\sqrt{n}} = \frac{4}{\sqrt{64}} = \frac{4}{8} = 0.5
Compute the z-score: Standardize the sample mean of 51 mm using the population mean and standard error.
Z=51500.5=2.0Z = \frac{51 - 50}{0.5} = 2.0
Find the probability: Using the standard normal table, P(Z>2.0)=10.9772=0.0228P(Z > 2.0) = 1 - 0.9772 = 0.0228.
P(Xˉ>51)=0.0228P(\bar{X} > 51) = 0.0228
Answer: There is approximately a 2.28% chance that the sample mean exceeds 51 mm.

Why It Matters

The CLT is the reason most inferential statistics works: confidence intervals and hypothesis tests for means rely on the sampling distribution being approximately normal. In fields from quality control to polling, it allows analysts to make probability statements about sample means even when the underlying data are not normally distributed.

Common Mistakes

Mistake: Applying the CLT to individual observations instead of sample means.
Correction: The CLT describes the distribution of the sample mean Xˉ\bar{X}, not individual values. A single observation drawn from a skewed population is still skewed — normality emerges only when you average many observations.