Study Guide

Sampling Distributions for Sample Means

AP Statistics· 12 min read

1. Core Properties of the Sampling Distribution of Sample Means★★☆☆☆⏱ 15 min

When you take repeated random samples of the same size n from a quantitative population, the collection of all possible sample means forms a unique probability distribution with predictable properties.

📘 Definition

Sampling Distribution of x̄

μxˉ,σxˉ\mu_{\bar{x}}, \sigma_{\bar{x}}

The full set of all possible sample mean values from samples of fixed size n drawn from the target population

μxˉ=μ\mu_{\bar{x}} = \mu

The mean of the sampling distribution of x̄ is exactly equal to the population mean μ, no matter the sample size. This means the sample mean is an unbiased estimator of the population mean.

σxˉ=σn\sigma_{\bar{x}} = \frac{\sigma}{\sqrt{n}}

This formula for the standard deviation of the sampling distribution only holds when sampling without replacement and the 10% condition is satisfied: the sample size n is no larger than 10% of the total population size.

📐 Worked Example

A population of adult US males has a mean height of 69 inches with a standard deviation of 3.1 inches. Calculate the mean and standard deviation of the sampling distribution of x̄ for samples of size n=25.

  1. 1

    Identify the given population parameters: μ = 69, σ = 3.1, n = 25

  2. 2

    Calculate the mean of the sampling distribution: μ_x̄ = μ = 69 inches

  3. 3

    Verify the 10% condition: 25 is far less than 10% of all adult US males, so the standard deviation formula applies

  4. 4

2. The Central Limit Theorem for Sample Means★★★☆☆⏱ 18 min

The Central Limit Theorem (CLT) is one of the most powerful results in introductory statistics, as it lets us use normal probability calculations even when we do not know the shape of the original population distribution.

📘 Definition

Central Limit Theorem

For any population distribution (no matter how skewed or unusual), as the sample size n grows large, the sampling distribution of x̄ will approach a normal distribution shape

📐 Worked Example

Household income in a large city is strongly right-skewed, with a mean of $72,000 and standard deviation of $28,000. Describe the shape of the sampling distribution of x̄ for samples of size n=40.

  1. 1

    Note that the original population distribution is strongly right-skewed, not normal

  2. 2

    Check sample size: n=40 ≥ 30, so the CLT applies

  3. 3

    Conclusion: The sampling distribution of x̄ is approximately normally distributed, regardless of the skew in the original population

3. Normality Condition Checks for Sample Means★★★☆☆⏱ 12 min

  1. The original population distribution is explicitly stated to be normally distributed, no minimum sample size required

  2. The sample size n is at least 30, so the CLT guarantees approximate normality of the sampling distribution

  3. For n < 30, the sample data shows no strong outliers and the population distribution is roughly symmetric

📐 Worked Example

A sample of n=22 test scores is collected from a large high school. The sample data has no outliers and is roughly symmetric. Justify that the sampling distribution of x̄ is approximately normal.

  1. 1

    Sample size n=22 < 30, so CLT does not apply directly

  2. 2

    Check sample data: no strong outliers, roughly symmetric distribution

  3. 3

    Conclusion: The population distribution of test scores is approximately normal, so the sampling distribution of x̄ is approximately normal

4. Calculating Probabilities for Sample Mean Outcomes★★★★☆⏱ 20 min

Once you have confirmed the sampling distribution of x̄ is approximately normal, you can use z-scores and normal cumulative distribution functions to calculate the probability of observing a sample mean in any range.

z=xˉμσ/nz = \frac{\bar{x} - \mu}{\sigma / \sqrt{n}}
📐 Worked Example

A population of student exam scores has a mean of 78, standard deviation of 9. For a random sample of n=36 students, calculate the probability that the sample mean score is greater than 81.

  1. 1

    Confirm normality: n=36 ≥ 30, CLT applies, sampling distribution is approx normal

  2. 2

    Calculate parameters of sampling distribution: μ_x̄ =78, σ_x̄ = 9/sqrt(36) = 1.5

  3. 3
  4. 4

    Use normal CDF to find P(z > 2) ≈ 0.0228, so the probability is roughly 2.3%

✓ Quick check

Test your understanding before moving on:

  1. For a sample size of n=100, what is the standard deviation of the sampling distribution if population σ=20?

    Reveal answer
    2

    σ/sqrt(100) = 20/10 = 2

  2. Which sample size will make the CLT apply for a skewed population?

    • n=10

    • n=20

    • n=35

    • n=15

    Reveal answer
    n=35

    Sample size ≥30 satisfies CLT requirements

5. Common Pitfalls

Wrong move:

Using population standard deviation σ directly for z-scores instead of σ/sqrt(n)

Why:

Forgetting that sampling distributions have far less variability than individual observations

Correct move:

Always divide σ by sqrt(n) when calculating standard deviation for a sample mean

Wrong move:

Applying the CLT for sample sizes smaller than 30

Why:

Small samples will retain the skew or unusual shape of the original population

Correct move:

Only use CLT normality approximation when n ≥ 30, unless the population is explicitly normal

Wrong move:

Ignoring the 10% condition when sampling without replacement

Why:

Overestimates the precision of your standard error calculation for large sample fractions

Correct move:

Confirm n ≤ 10% of the total population before using the σ/sqrt(n) formula

Wrong move:

Stating 'the sample distribution is normal' instead of referencing the sampling distribution

Why:

AP graders deduct points for misidentifying which distribution the CLT applies to

Correct move:

Explicitly name the sampling distribution of the sample mean when discussing CLT normality

Wrong move:

Using the t-distribution for probability calculations when population σ is known

Why:

Confuses unknown σ inference procedures with sampling distribution probability work

Correct move:

Use normal approximation for sampling distribution probabilities when population standard deviation is given

6. Quick Reference Cheatsheet

Property

Formula / Rule

AP Exam Requirement

Mean of x̄ distribution

No conditions required

Standard deviation of x̄ distribution

Requires 10% condition

CLT Normality

n ≥ 30 → approximately normal

Must state sample size justification

Z-score for x̄

Never use individual observation z-score

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.

  • 2023 · 1

    FRQ on cereal box weight sampling distribution

  • 2022 · 2

    MCQ on CLT for n=50 household samples

  • 2021 · 1

    FRQ on commute time sampling distribution properties

What's Next

Mastering sampling distributions for sample means is the critical foundation for all one-sample t-interval and t-test inference procedures you will encounter next on your AP Stats journey. The properties you learned here directly explain why we use the t-distribution (instead of z) when population standard deviation is unknown, and how to calculate the margin of error for a confidence interval for a population mean. You will also apply these exact same logic patterns later when you compare two independent sample means, so make sure you can reliably justify normality and calculate standard error without mixing up individual and sample mean variability. These skills are tested in nearly every AP Stats free response section, so practice identifying when you are working with a sample mean vs individual observation to avoid common point deductions.