Study Guide

Sampling Distributions for Sample Proportions

AP StatisticsΒ· Unit 6: Inference for Categorical Data: Proportions, Topic 6.2Β· 12 min read

1. Defining the Sampling Distribution of $\hat{p}$β˜…β˜…β˜†β˜†β˜†β± 10 min

It is critical to distinguish three distinct distribution types for categorical data: the population distribution (all individual outcomes for the full population), the sample distribution (outcomes from one single collected sample), and the sampling distribution of , which aggregates the sample proportion statistic across every possible random sample of the same fixed size.

πŸ“˜ Definition

Sampling Distribution of Sample Proportion $\hat{p}$

\hat{p} = rac{ ext{Number of successes in sample}}{n}

The full probability distribution of the sample proportion values calculated from all possible simple random samples of identical size n drawn from the same defined population.

Example:

For a population of 2000 college students where 55% live on campus, all SRS of size 100 will produce values that form this sampling distribution.

πŸ“ Worked Example

A small town has 1500 registered voters, 62% of whom support a local ballot measure. You take repeated SRS of size 75 voters. Explain what the sampling distribution of (proportion of measure supporters in samples of size 75) represents.

  1. 1

    First, identify the population: all 1500 registered town voters, with true population proportion p = 0.62.

  2. 2

    The sampling distribution describes every unique value you could get if you selected every possible SRS of size 75 from this 1500-person population.

  3. 3

    It also quantifies the relative frequency (probability) of each possible value occurring across all those samples.

βœ“ Quick check

Confirm you can tell the three distribution types apart

  1. Which distribution describes the values of a categorical variable for every individual member of the full population?

    • Sampling distribution of

    • Population distribution

    • Single sample distribution

    Reveal answer
    Population distribution β€”

    The population distribution includes raw individual outcomes, not aggregated sample statistics.

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

The sampling distribution of has two fixed, easily calculated parameters when the sample is selected randomly. The mean of the distribution is exactly equal to the true population proportion p, meaning is an unbiased estimator with no systematic tendency to over or underestimate p.

ΞΌp^=p\mu_{\hat{p}} = p
Οƒp^=p(1βˆ’p)n\sigma_{\hat{p}} = \sqrt{\frac{p(1-p)}{n}}
πŸ”¬ Derivation
Goal:

Prove that is an unbiased estimator of p

Starting from:

X is a binomial random variable counting successes in n independent trials, with E[X] = np

  1. 1

    Define the sample proportion as

  2. 2

    Apply linearity of expectation:

  3. 3

    Substitute the known binomial expectation:

Result:

The expected value of is exactly equal to the population proportion p, confirming no estimation bias.

πŸ“ Worked Example

A factory produces lightbulbs, 3% of which are defective. If you select an SRS of 400 bulbs, calculate the mean and standard deviation of the sampling distribution of (proportion of defective bulbs in the sample).

  1. 1

    Identify given values: population proportion p = 0.03, sample size n = 400

  2. 2

    Calculate the mean:

  3. 3

    Calculate standard deviation:

3. Conditions for Normal Approximationβ˜…β˜…β˜…β˜†β˜†β± 10 min

To use the normal distribution to approximate the shape of the sampling distribution of , you must verify three non-negotiable conditions, all of which are explicitly graded on AP exam FRQs.

πŸ“˜ Definition

Large Counts Condition

and

The requirement that the expected number of successes and failures in the sample are both at least 10, to ensure the discrete binomial distribution is well-approximated by a continuous normal curve.

πŸ“ Worked Example

Determine if the sampling distribution of is approximately normal for a sample of size 25 drawn from a population where p=0.3.

  1. 1

    Check Random: Assume the sample is a valid SRS as specified in the problem

  2. 2

    Check 10% Condition: Assume population size is at least 250, so n=25 is less than 10% of the population

  3. 3

    Check Large Counts: np = 25*0.3 = 7.5 < 10, n(1-p) = 17.5 β‰₯ 10

  4. 4

    Conclusion: The large counts condition fails, so the sampling distribution is not approximately normal.

4. Calculating Probabilities for Sample Proportionsβ˜…β˜…β˜…β˜…β˜†β± 12 min

Once all three conditions are verified, you can treat the sampling distribution of as exactly normal, and use standard normal CDF calculations to find the probability of observing any range of values.

z=p^βˆ’ΞΌp^Οƒp^z = \frac{\hat{p} - \mu_{\hat{p}}}{\sigma_{\hat{p}}}
πŸ“ Worked Example

Public health data shows 18% of US adults smoke. We take an SRS of 300 adults. Find the probability that the sample proportion of smokers is less than 14%.

  1. 1

    Verify conditions: Random (SRS), 10% (300 < 10% of all US adults), Large Counts: np=54 β‰₯10, n(1-p)=246 β‰₯10. All conditions met.

  2. 2

    Calculate parameters: ,

  3. 3

    Calculate z-score:

  4. 4

    Find P(Z < -1.80) = 0.0359. The probability of observing a sample proportion below 14% is ~3.6%.

5. Common Pitfalls

Wrong move:

Using the sample instead of the true population p to calculate

Why:

The theoretical standard deviation of the sampling distribution is defined using the known population proportion, not an estimate from one sample.

Correct move:

Always use the given population p value when calculating the exact spread of the sampling distribution.

Wrong move:

Skipping condition checks before applying normal approximation

Why:

AP graders deduct 1-2 full points for proportion inference problems if you do not explicitly verify all three conditions.

Correct move:

State and confirm Random, 10%, and Large Counts conditions for every problem that uses normal approximation for .

Wrong move:

Using n instead of in the denominator for

Why:

This gives the standard deviation of the binomial count X, not the sample proportion , leading to drastically incorrect spread values.

Correct move:

Use the formula to get the correct standard deviation for the proportion distribution.

Wrong move:

Checking the 10% condition when sampling with replacement

Why:

Observations are fully independent when sampling with replacement, so the 10% rule is unnecessary and irrelevant.

Correct move:

Only verify the 10% condition when sampling without replacement from a finite population.

Wrong move:

Requiring observed sample successes and failures to be β‰₯10 instead of expected np and n(1-p)

Why:

The large counts condition uses expected values calculated from the population p, not observed counts from your specific sample.

Correct move:

Calculate np and n(1-p) using the given population proportion p, not your sample .

6. Quick Reference Cheatsheet

Parameter

Formula

Required Condition

Mean of

Sample is randomly selected

Standard Deviation of

n ≀ 10% of total population

Normal Approximation

,

Z-score for

All 3 conditions verified

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 Β· Paper 1

    MCQ on normality condition checks

  • 2022 Β· Paper 2

    FRQ sample proportion probability calculation

  • 2021 Β· Paper 1

    Standard deviation of calculation

What's Next

Mastering sampling distributions for sample proportions is the non-negotiable foundation for all subsequent categorical inference content, which makes up roughly 15% of your total AP Statistics exam score. You will reuse the exact conditions and parameter formulas you learned here to construct confidence intervals that estimate unknown population proportions, and run formal hypothesis tests to evaluate claims about population proportions. This topic also directly connects to sampling distributions for sample means, which you will apply for quantitative inference later in the course. Explicit condition verification is one of the most commonly missed grading points on AP FRQs, so prioritize practicing that step for every problem. Move on to the next topics to build your full proportion inference toolkit.