Central Limit Theorem Formula

Central limit theorem is for sufficiently large sample size (n >= 30 as a rule of thumb), the sampling distribution of the sample mean is approximately.

The Formula

XˉN(μ,  σn)\bar{X} \sim N\left(\mu,\; \frac{\sigma}{\sqrt{n}}\right)

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

Population of die rolls: uniform on {1,2,3,4,5,6}\{1, 2, 3, 4, 5, 6\}. Take samples of n=35n = 35 rolls and compute xˉ\bar{x} each time. XˉN(3.5,  1.7135)N(3.5,  0.289)\bar{X} \sim N\left(3.5,\; \frac{1.71}{\sqrt{35}}\right) \approx N(3.5,\; 0.289)

Notation

σn\frac{\sigma}{\sqrt{n}} is called the standard error of the mean.

What This Formula Means

For sufficiently large sample size (n30n \geq 30 as a rule of thumb), the sampling distribution of the sample mean is approximately normal with mean μ\mu and standard deviation σn\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

If X1,,XnX_1, \ldots, X_n are i.i.d. with mean μ\mu and variance σ2\sigma^2, then Xˉnμσ/ndN(0,1)\frac{\bar{X}_n - \mu}{\sigma/\sqrt{n}} \xrightarrow{d} N(0, 1) as nn \to \infty

Worked Examples

Example 1

medium
A highly skewed population (times between bus arrivals) has μ=15\mu=15 min and σ=8\sigma=8 min. For samples of n=64n=64, describe the shape, mean, and SD of the sampling distribution of Xˉ\bar{X}, and find P(Xˉ<14)P(\bar{X} < 14).

Answer

XˉN(15,1)\bar{X} \sim N(15, 1); P(Xˉ<14)0.159P(\bar{X} < 14) \approx 0.159 despite non-normal population.

First step

1
CLT: despite skewed population, with n=6430n=64 \geq 30, Xˉ\bar{X} is approximately normally distributed

See the full worked solution + why-it-works coaching

SetupKey insightWhy it worksCommon pitfallConnection

Unlock answer keys One Family plan — every worked solution, all subjects

Example 2

hard
A fair die (μ=3.5, σ=1.71) is rolled n=100n=100 times. By CLT, find the approximate probability that the sample mean is between 3.3 and 3.7.

Example 3

medium
A population has μ=70\mu = 70, σ=12\sigma = 12. For n=36n = 36, find P(Xˉ>73)P(\bar{X} > 73).

Common Mistakes

  • Claiming the raw data becomes normal - the CLT is about the distribution of the MEAN, not the individual values.
  • Applying it with a tiny sample from a very skewed population - n30n\ge 30 is a rule of thumb; heavy skew needs even larger nn.
  • Forgetting the spread shrinks - the sample mean's SD is σn\frac{\sigma}{\sqrt{n}}, not σ\sigma.

Why This Formula Matters

The CLT is what makes statistics universal: it lets us use the normal distribution for confidence intervals and hypothesis tests even when the underlying data is skewed, bimodal, or flat. Without it, every messy real-world data set would need its own bespoke theory. Recognizing it by "Am I claiming the distribution of a sample MEAN is approximately normal because the sample is large?" — rather than by familiar numbers — is what lets a student tell it apart from sampling distribution and normal distribution and law of large numbers in a mixed problem set.

Frequently Asked Questions

What is the Central Limit Theorem formula?

For sufficiently large sample size (n30n \geq 30 as a rule of thumb), the sampling distribution of the sample mean is approximately normal with mean μ\mu and standard deviation σn\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?

σn\frac{\sigma}{\sqrt{n}} is called the standard error of the mean.

Why is the Central Limit Theorem formula important in Math?

The CLT is what makes statistics universal: it lets us use the normal distribution for confidence intervals and hypothesis tests even when the underlying data is skewed, bimodal, or flat. Without it, every messy real-world data set would need its own bespoke theory. Recognizing it by "Am I claiming the distribution of a sample MEAN is approximately normal because the sample is large?" — rather than by familiar numbers — is what lets a student tell it apart from sampling distribution and normal distribution and law of large numbers in a mixed problem set.

What do students get wrong about Central Limit Theorem?

The procedure for central limit theorem is the easy part; the trap is claiming the raw data becomes normal. Asking "Am I claiming the distribution of a sample MEAN is approximately normal because the sample is large?" first is what keeps a correct-looking calculation from being attached to the wrong concept.

What should I learn before the Central Limit Theorem formula?

Before studying the Central Limit Theorem formula, you should understand: sampling distribution, normal distribution.