AP-STATS-5.3

U5.3 The Central Limit Theorem

Learn the Central Limit Theorem for AP Statistics: why the sampling distribution of x̄ becomes approximately normal for large n, plus the n≥30 rule and how the exam tests it.

What you'll do in this lesson

A voice-first session with the Crimsora tutor on U5.3 The Central Limit Theorem, then targeted practice and FRQs — with the tutor adapting to where you get stuck.

What this lesson covers

Imagine drawing sample after sample from a wildly skewed population — incomes, reaction times, or the number of texts teens send per day. Individually those values are messy, but the Central Limit Theorem (CLT) makes a striking promise: the distribution of the sample mean smooths out into a bell curve as your sample size grows, no matter how ugly the original population looks.

This lesson focuses on stating the CLT precisely and knowing exactly when you are allowed to use it. You will learn the large-sample condition, how CLT connects to the mean and standard deviation of xˉ\bar{x}, and the classic traps AP writers set. Master this and the normal-based probability calculations in later lessons become routine.

What the Central Limit Theorem Actually Says

The Central Limit Theorem states that when you take random samples of size nn from a population with mean μ\mu and standard deviation σ\sigma, the sampling distribution of the sample mean xˉ\bar{x} becomes approximately normal as nn grows large — regardless of the shape of the population distribution.

The theorem does not change the center or spread of the sampling distribution; those come from earlier results. What CLT adds is the shape. Formally, for large nn:xˉN(μ,σn)\bar{x} \approx N\left(\mu, \frac{\sigma}{\sqrt{n}}\right)Three facts travel together. The mean of the sampling distribution equals the population mean, μxˉ=μ\mu_{\bar{x}} = \mu. The standard deviation (standard error) is σxˉ=σn\sigma_{\bar{x}} = \frac{\sigma}{\sqrt{n}}, which shrinks as nn increases. And by CLT, the shape is approximately normal when nn is large enough.

The key word is approximately. The sampling distribution is never exactly normal unless the population itself is normal. But as nn increases, the approximation gets better and better — the histogram of sample means from many samples piles up into a symmetric bell shape even when the raw data are strongly skewed.

How Large Is 'Large Enough'?

AP Statistics uses a practical benchmark: the Large Counts idea for means is the n ≥ 30 rule. If your sample size is at least 30, you may treat the sampling distribution of xˉ\bar{x} as approximately normal, even for a skewed population. This is a convention, not a law of nature, but it is the standard the exam expects you to cite.

The required sample size actually depends on how non-normal the population is.
Population shapeSample size needed for near-normal xˉ\bar{x}
Already normalAny nn (even n=1n=1)
Roughly symmetricSmall nn often works
Moderately skewedn30n \ge 30 is typically safe
Strongly skewed / outliersMay need n>30n > 30
If the population is already normal, the sampling distribution of xˉ\bar{x} is exactly normal for every sample size — you do not need CLT at all. This is a frequent exam distinction: CLT is what you invoke when the population is not normal (or its shape is unknown) but nn is large.

Common Misconceptions the Exam Targets

The single biggest error is confusing the distribution of individual data values with the distribution of the sample mean. CLT says nothing about the shape of one sample's data. A skewed population produces skewed samples no matter how large — it is the distribution of the statistic xˉ\bar{x} across many samples that becomes normal.

A second trap: students say a larger nn makes the population normal. False. The population never changes. Increasing nn makes the sampling distribution of xˉ\bar{x} more normal and narrower (smaller standard error).

Third, watch the difference between n30n \ge 30 for means and the Large Counts condition np10np \ge 10 and n(1p)10n(1-p) \ge 10 for proportions. Those apply to p^\hat{p}, covered in a neighboring lesson — do not mix them up.

Finally, CLT requires a random sample (or independent observations). If sampling without replacement, the population should be at least 10 times the sample size (the 10% condition) so observations stay approximately independent. On free-response questions, you earn credit only by naming the correct condition and checking it with the numbers given — not by asserting 'the sample is big enough.'

How CLT Powers Probability Calculations

Once you can justify approximate normality, computing probabilities about xˉ\bar{x} becomes a standardization problem. You convert a value of xˉ\bar{x} into a zz-score using the standard error:z=xˉμσ/nz = \frac{\bar{x} - \mu}{\sigma / \sqrt{n}}Notice the denominator is the standard error σn\frac{\sigma}{\sqrt{n}}, not σ\sigma. Using σ\sigma by mistake is one of the most common calculation errors. Because dividing by n\sqrt{n} makes the denominator small, sample means cluster tightly around μ\mu, so events that would be common for a single observation can be extremely rare for a mean.

On the AP exam, a typical multiple-choice item gives you μ\mu, σ\sigma, and nn, then asks for P(xˉ>some value)P(\bar{x} > \text{some value}). A free-response item asks you to (1) check conditions, (2) state the distribution of xˉ\bar{x} with its center and spread, (3) compute the zz-score and probability, and (4) interpret it in context. Full credit rewards showing the standard error explicitly and linking the normal model back to CLT or to a normal population.

Key terms

Central Limit Theorem (CLT).
The principle that the sampling distribution of xˉ\bar{x} is approximately normal for large nn, regardless of the population's shape.
Sampling distribution of xˉ\bar{x}.
The distribution of sample means from all possible random samples of a fixed size nn drawn from a population.
Standard error of the mean.
The standard deviation of the sampling distribution of xˉ\bar{x}, equal to σn\frac{\sigma}{\sqrt{n}}.
n ≥ 30 rule.
The AP convention that a sample size of at least 30 is large enough to treat the sampling distribution of xˉ\bar{x} as approximately normal for most populations.
10% condition.
When sampling without replacement, the population must be at least 10 times the sample size so observations remain approximately independent.
Population distribution.
The distribution of all individual values in the population; its shape does not change with sample size.
z-score for a mean.
The standardized value z=xˉμσ/nz = \frac{\bar{x} - \mu}{\sigma/\sqrt{n}} used to find probabilities about the sample mean.

Worked example

A city's daily water usage per household is strongly right-skewed with mean μ=300\mu = 300 gallons and standard deviation σ=90\sigma = 90 gallons. A utility randomly samples 36 households. What is the probability that their mean daily usage exceeds 320 gallons?
First check conditions. The sample is random, and n=3630n = 36 \ge 30, so by the Central Limit Theorem the sampling distribution of xˉ\bar{x} is approximately normal even though the population is strongly skewed. (Assume the city has far more than 360 households, satisfying the 10% condition.)

Next describe the sampling distribution. Its mean is μxˉ=300\mu_{\bar{x}} = 300 gallons. Its standard error isσxˉ=σn=9036=906=15 gallons.\sigma_{\bar{x}} = \frac{\sigma}{\sqrt{n}} = \frac{90}{\sqrt{36}} = \frac{90}{6} = 15 \text{ gallons.}So xˉN(300,15)\bar{x} \approx N(300, 15).

Now standardize the value 320:z=32030015=20151.33.z = \frac{320 - 300}{15} = \frac{20}{15} \approx 1.33.Finally find the probability. P(xˉ>320)=P(z>1.33)10.9082=0.0918.P(\bar{x} > 320) = P(z > 1.33) \approx 1 - 0.9082 = 0.0918.

There is about a 9.2% chance the 36 sampled households average more than 320 gallons per day. Note that a single household exceeding 320 gallons would be far more likely — dividing by 36\sqrt{36} shrank the spread, making an extreme mean rarer.

Practice questions

A population is strongly skewed to the left. Which statement best describes the effect of increasing the sample size nn?
  1. The population distribution becomes more normal.
  2. The sampling distribution of xˉ\bar{x} becomes more normal and narrower.
  3. The sampling distribution of xˉ\bar{x} becomes more skewed.
  4. The standard error stays the same but the mean increases.

Answer: The sampling distribution of xˉ\bar{x} becomes more normal and narrower.

The CLT affects the sampling distribution of the statistic xˉ\bar{x}, not the population. As nn grows, that sampling distribution approaches a normal shape, and its standard error σn\frac{\sigma}{\sqrt{n}} decreases, making it narrower. The population's own shape never changes, and its center stays at μ\mu.
The weights of apples in an orchard follow an unknown distribution with mean μ=150\mu = 150 grams and standard deviation σ=24\sigma = 24 grams. A worker weighs a random sample of 64 apples. Describe the sampling distribution of the sample mean weight and explain how you know its shape.

Answer: xˉ\bar{x} is approximately N(150,3)N(150, 3) because n=6430n = 64 \ge 30, so the Central Limit Theorem applies.

Center: μxˉ=μ=150\mu_{\bar{x}} = \mu = 150 grams. Spread: σxˉ=2464=248=3\sigma_{\bar{x}} = \frac{24}{\sqrt{64}} = \frac{24}{8} = 3 grams. Shape: even though the population shape is unknown, n=64n = 64 exceeds 30, so by the CLT the sampling distribution of xˉ\bar{x} is approximately normal. A complete answer names all three features and cites the CLT with the sample size as justification.
A normally distributed population has μ=50\mu = 50 and σ=10\sigma = 10. A sample of size n=4n = 4 is taken. Is the sampling distribution of xˉ\bar{x} approximately normal? Explain.

Answer: Yes — it is exactly normal because the population is already normal, so the CLT is not needed.

When the population is normal, the sampling distribution of xˉ\bar{x} is exactly normal for any sample size, even a small n=4n=4. Here xˉN(50,104)=N(50,5)\bar{x} \sim N\left(50, \frac{10}{\sqrt{4}}\right) = N(50, 5). The CLT is only necessary when the population is non-normal or its shape is unknown and nn is large.

FAQ

Does the Central Limit Theorem apply to the population or to the sample mean?
It applies to the sampling distribution of the sample mean xˉ\bar{x}. The CLT says that distribution becomes approximately normal for large nn. It never changes the shape of the population or of any single sample of raw data.
Why is n ≥ 30 the rule for using the CLT?
It is a practical convention adopted in AP Statistics. For most populations, samples of at least 30 make the sampling distribution of xˉ\bar{x} close enough to normal for calculations. Strongly skewed populations may require larger samples, and normal populations need no minimum at all.
What is the difference between the standard deviation and the standard error?
The standard deviation σ\sigma measures spread among individual values in the population. The standard error σn\frac{\sigma}{\sqrt{n}} measures spread among sample means. Because you divide by n\sqrt{n}, the standard error is always smaller, and it shrinks as the sample grows.
When do I NOT need the Central Limit Theorem?
When the population is already normal. In that case the sampling distribution of xˉ\bar{x} is exactly normal for every sample size, so you can standardize and find probabilities without invoking the CLT or checking the n30n \ge 30 condition.

Learn this with a teacher, not a page

The Crimsora tutor teaches U5.3 The Central Limit Theorem live — explaining on a whiteboard, asking you questions, and adapting to where you get stuck.