Study Guide

Sampling Distributions and the Central Limit Theorem

AP StatisticsΒ· 12 min read

1. Core Definitions: Population vs Sample vs Sampling Distributionsβ˜…β˜…β˜†β˜†β˜†β± 10 min

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.

πŸ“˜ Definition

Sampling Distribution of the Sample Mean

xˉ\bar{x}

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.

πŸ“ 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. 1

    First list all unique unordered samples of size 2:

  2. 2

    Samples: (12,14), (12,16), (12,18), (14,16), (14,18), (16,18)

  3. 3

    Calculate the mean for each sample:

  4. 4

    Sample means: 13, 14, 15, 15, 16, 17

  5. 5

    This set of 6 values forms the full sampling distribution of \bar{x} for n=2 for this population.

βœ“ Quick check

Identify which distribution is being described:

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

    Reveal answer
    Single sample distribution β€”

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

2. Mean and Standard Deviation of the Sampling Distributionβ˜…β˜…β˜…β˜†β˜†β± 12 min

μxˉ=μ\mu_{\bar{x}} = \mu
σxˉ=σn\sigma_{\bar{x}} = \frac{\sigma}{\sqrt{n}}
πŸ“ 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. 1

    Mean of sampling distribution equals population mean:

  2. 2
    ΞΌxΛ‰=64.5 inches\mu_{\bar{x}} = 64.5 \text{ inches}
  3. 3

    Check 10% condition: 100 is far less than 10% of all adult women, so independence holds.

  4. 4
    ΟƒxΛ‰=2.5100=0.25 inches\sigma_{\bar{x}} = \frac{2.5}{\sqrt{100}} = 0.25 \text{ inches}

3. The Central Limit Theorem Core Rulesβ˜…β˜…β˜…β˜…β˜†β± 15 min

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.

πŸ“ 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. 1

    Original population shape is right-skewed, not normal.

  2. 2

    Sample size n=40 is greater than the 30 threshold for CLT.

  3. 3

    By the Central Limit Theorem, the sampling distribution of the sample mean will be approximately normally distributed, regardless of the skewed parent population.

4. Calculating Probabilities for Sample Meansβ˜…β˜…β˜…β˜…β˜†β± 15 min

πŸ“ 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. 1

    Confirm conditions: n=100 β‰₯ 30 so CLT applies, 10% condition satisfied.

  2. 2

    Calculate z-score for xbar = 65:

  3. 3
    z=65βˆ’64.50.25=2z = \frac{65 - 64.5}{0.25} = 2
  4. 4

    Find the area to the right of z=2 on the standard normal table:

  5. 5

    P(\bar{x} > 65) = 0.0228

5. Common Pitfalls

Wrong move:

Using population standard deviation \sigma instead of \sigma/\sqrt{n} for z-score calculation for sample means

Why:

Forgetting that sampling distribution spread shrinks as sample size increases, leading to drastically incorrect probability values

Correct move:

Always divide the population standard deviation by the square root of n when working with probabilities for sample means

Wrong move:

Applying CLT for sample size n < 30 even when the original population is heavily skewed

Why:

Assuming normality without verifying population shape or the minimum sample size threshold

Correct move:

Only use normal approximation for n<30 if the original population is explicitly stated to be normally distributed

Wrong move:

Calling \sigma/\sqrt{n} the "standard deviation" without specifying it refers to the sampling distribution

Why:

AP rubrics deduct points for ambiguous terminology that mixes population values and sampling distribution values

Correct move:

Explicitly name the value the "standard deviation of the sampling distribution of x-bar, also called standard error"

Wrong move:

Violating the 10% condition when sampling without replacement from a small population

Why:

The independence assumption breaks if your sample is too large relative to the total population

Correct move:

Confirm n ≀ 0.1N before using the standard error formula, or apply the finite population correction factor if required

Wrong move:

Stating the CLT "makes the population distribution normal" for large n

Why:

CLT only applies to the sampling distribution of the statistic, not the shape of the original population

Correct move:

Clarify that the population distribution shape remains unchanged, only the distribution of sample means becomes approximately normal

6. Quick Reference Cheatsheet

Quantity

Formula

Required Conditions

Mean of sampling distribution of

All independent random samples

Standard deviation of sampling distribution of

10% condition satisfied

Normal approximation for

n β‰₯ 30 OR population is normally distributed

When this came up on past exams

AI-estimated based on syllabus patterns β€” cross-check with official past papers for accuracy. Use only as revision-focus signals.

  • 2025 Β· Paper 1

    CLT application FRQ

  • 2023 Β· Paper 2

    Sampling distribution MC set

  • 2022 Β· Paper 1

    Standard error calculation FRQ

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.