# Sampling Distributions and the Central Limit Theorem

> AP Statistics · AP 2024-2027 Statistics
> Source: https://www.owlsprep.com/study/ap-statistics-u11-sampling-distributions-and-the-central/

We cover sampling distribution definitions, mean/standard error calculations, CLT conditions, normal approximation workflows, and AP-specific scoring rules for this high-weight exam topic.

**Prerequisites:** [Normal Distributions and Z-Scores](https://www.owlsprep.com/study/ap-statistics-u09-normal-distributions-z-scores/); [Random Sampling Methods](https://www.owlsprep.com/study/ap-statistics-u03-random-sampling-methods/)

## Learning objectives

- Distinguish between population distributions, individual sample distributions, and sampling distributions of a statistic
- Calculate the exact mean and standard error of the sampling distribution of the sample mean for independent observations
- Apply the Central Limit Theorem to justify normal approximation for sampling distributions of large sample sizes
- Verify all required conditions to earn full points for sampling distribution questions on AP free-response rubrics

## Core Definitions: Population vs Sample vs Sampling Distributions

Many students mix up three distinct distribution types tested on the AP exam. The population distribution describes values for all individual units in the full population. A sample distribution describes values for individual units in one single collected sample. A sampling distribution describes values of a calculated statistic (like the sample mean) across thousands of repeated samples of the same size.

**Sampling Distribution of the Sample Mean** — The probability distribution of all possible values of the sample mean, calculated from every possible random sample of size n drawn from the target population.

*Notation:* \bar{x}

**Worked example:** A tiny population of 4 high school students has part-time hourly wages of \$12, \$14, \$16, \$18. List all possible sample means for simple random samples of size n=2, no replacement.

1. First list all unique unordered samples of size 2:
2. Samples: (12,14), (12,16), (12,18), (14,16), (14,18), (16,18)
3. Calculate the mean for each sample:
4. Sample means: 13, 14, 15, 15, 16, 17
5. This set of 6 values forms the full sampling distribution of \bar{x} for n=2 for this population.

**Check your understanding**

Identify which distribution is being described:

1. The distribution of ages of 50 randomly selected US adults in your survey

   *Why:* This describes individual values from one collected sample, not a statistic across repeated samples.

## Mean and Standard Deviation of the Sampling Distribution

$$\mu_{\bar{x}} = \mu$$

$$\sigma_{\bar{x}} = \frac{\sigma}{\sqrt{n}}$$

> **AP Rubric Warning**
>
> The formula for standard deviation of the sampling distribution only holds if all observations in the sample are independent. You must confirm the 10% condition (n ≤ 0.1N) when sampling without replacement to use this formula for AP full credit.

**Worked example:** The population of adult women's heights has mean \mu = 64.5 inches, standard deviation \sigma = 2.5 inches. For samples of size n=100, calculate the mean and standard error of the sampling distribution of \bar{x}.

1. Mean of sampling distribution equals population mean:
2. $$\mu_{\bar{x}} = 64.5 \text{ inches}$$
3. Check 10% condition: 100 is far less than 10% of all adult women, so independence holds.
4. $$\sigma_{\bar{x}} = \frac{2.5}{\sqrt{100}} = 0.25 \text{ inches}$$

## The Central Limit Theorem Core Rules

The CLT is the most important rule in introductory statistics, because it lets us use normal probability calculations for sample means even when we know nothing about the shape of the original population distribution. The standard AP threshold for "sufficiently large" sample size is n ≥ 30.

> **CLT Mnemonic**
>
> Remember the 30 Rule: n ≥ 30 = Normal Sampling Distribution, no matter the original population shape.

**Worked example:** A population of customer wait times at a restaurant is heavily right-skewed, with mean 12 minutes and standard deviation 8 minutes. Describe the shape of the sampling distribution of the mean wait time for samples of n=40 customers.

1. Original population shape is right-skewed, not normal.
2. Sample size n=40 is greater than the 30 threshold for CLT.
3. By the Central Limit Theorem, the sampling distribution of the sample mean will be approximately normally distributed, regardless of the skewed parent population.

## Calculating Probabilities for Sample Means

**Exam command terms**

AP exam questions use specific command terms that require exact justifications to earn points:

- **Describe the distribution of the sample mean** — You must explicitly state shape, center, spread, and verify all required conditions *(Shape: Approximately normal by CLT, Center: 64.5 inches, Spread: 0.25 inches)*

- **Show that the probability is approximately X** — You must name the CLT explicitly as your justification for using a normal model

**Worked example:** For the adult women's height population (mean 64.5, sigma 2.5, n=100), calculate the probability that the sample mean height is greater than 65 inches.

1. Confirm conditions: n=100 ≥ 30 so CLT applies, 10% condition satisfied.
2. Calculate z-score for xbar = 65:
3. $$z = \frac{65 - 64.5}{0.25} = 2$$
4. Find the area to the right of z=2 on the standard normal table:
5. P(\bar{x} > 65) = 0.0228

## Common pitfalls

- **Wrong:** Using population standard deviation \sigma instead of \sigma/\sqrt{n} for z-score calculation for sample means
  - Why it fails: Forgetting that sampling distribution spread shrinks as sample size increases, leading to drastically incorrect probability values
  - Correct: Always divide the population standard deviation by the square root of n when working with probabilities for sample means
- **Wrong:** Applying CLT for sample size n < 30 even when the original population is heavily skewed
  - Why it fails: Assuming normality without verifying population shape or the minimum sample size threshold
  - Correct: Only use normal approximation for n<30 if the original population is explicitly stated to be normally distributed
- **Wrong:** Calling \sigma/\sqrt{n} the "standard deviation" without specifying it refers to the sampling distribution
  - Why it fails: AP rubrics deduct points for ambiguous terminology that mixes population values and sampling distribution values
  - Correct: Explicitly name the value the "standard deviation of the sampling distribution of x-bar, also called standard error"
- **Wrong:** Violating the 10% condition when sampling without replacement from a small population
  - Why it fails: The independence assumption breaks if your sample is too large relative to the total population
  - Correct: Confirm n ≤ 0.1N before using the standard error formula, or apply the finite population correction factor if required
- **Wrong:** Stating the CLT "makes the population distribution normal" for large n
  - Why it fails: CLT only applies to the sampling distribution of the statistic, not the shape of the original population
  - Correct: Clarify that the population distribution shape remains unchanged, only the distribution of sample means becomes approximately normal

## Cheatsheet

| Quantity | Formula | Required Conditions |
| --- | --- | --- |
| Mean of sampling distribution of $\bar{x}$ | $\mu_{\bar{x}} = \mu$ | All independent random samples |
| Standard deviation of sampling distribution of $\bar{x}$ | $\sigma_{\bar{x}} = \frac{\sigma}{\sqrt{n}}$ | 10% condition satisfied |
| Normal approximation for $\bar{x}$ | $\bar{x} \sim N\left(\mu, \frac{\sigma}{\sqrt{n}}\right)$ | n ≥ 30 OR population is normally distributed |

## What's next

You have now mastered the foundational rules for sampling distributions of sample means, which are the non-negotiable prerequisite for all inference units in AP Statistics. This topic makes up ~8-12% of the total AP exam score, appearing in both multiple choice and free response sections almost every year. Next, you will extend these exact same logic to sampling distributions for sample proportions, before moving on to confidence intervals and significance testing, the two core inference frameworks that form the final 40% of your AP Statistics curriculum. Mastery of CLT justifications will prevent you from losing easy points on rubric condition checks for all future inference questions.

---

From [OwlsPrep](https://www.owlsprep.com) — free study guides for A-Level, IB, AP and IGCSE, written against the official syllabus. Canonical page: https://www.owlsprep.com/study/ap-statistics-u11-sampling-distributions-and-the-central/
