AP Statistics · Topic 3.2 · Unit 3
AP Stats 3.2: Sampling Distribution of p-hat
By Jude Wallis · Published
The sampling distribution of a sample proportion has mean equal to the population proportion p and standard deviation sqrt(p(1-p)/n). It is approximately normal when np and n(1-p) are both at least 10, and the sample meets the randomization and 10% conditions.
AP Statistics: Unit 3 (topics 3.2). CED topic 3.2 (Sampling Distributions for Sample Proportions), skills 3.D, 4.D, 4.E.
What topic 3.2 covers
Topic 3.2 describes how the sample proportion behaves when you take many samples of the same size from a population with true proportion . That pattern of possible values is the sampling distribution of the sample proportion. You learn its center, its spread, and the conditions that make it roughly normal, which is what every later proportion procedure relies on. Keep three distributions separate in your mind: the population, one sample of data, and the sampling distribution of a statistic from repeated samples.
Mean and standard deviation
When the sampled values are independent, the sampling distribution of has mean and standard deviation . The mean equals , which restates that is an unbiased estimator from topic 3.1. The standard deviation shrinks as grows, so larger samples cluster more tightly around . Because sits under the square root, quartering the spread takes about sixteen times the sample size, not four times.
The three conditions
Two conditions justify using the standard deviation formula, and one more justifies the normal shape.
- Randomization: the data come from a random sample.
- 10% condition: when sampling without replacement, the population is at least 10 times the sample size, so .
- Normality (large counts): the expected successes and expected failures are both at least 10.
The 10% condition keeps the sampled values close enough to independent, and the large-counts condition keeps the distribution symmetric enough to model with a normal curve. When all three hold, you can compute probabilities for using the normal distribution and a z-score.
Interpreting the values
Always read the mean, standard deviation, and any probability in the context of a specific population. The standard deviation is the typical distance a single sample proportion falls from . A probability from this distribution answers a question like "how often would a sample proportion this far from occur by chance," which is exactly the reasoning behind the p-values in topic 3.6.
This topic is also the engine behind the confidence intervals of topic 3.3, since the interval width comes directly from this spread. Everything downstream in Unit 3, from margins of error to test statistics, traces back to the mean and standard deviation described here.
Center, spread, and shape of p-hat
A population has proportion . You take random samples of size . Find the mean and standard deviation of the sampling distribution of , and check whether it is approximately normal.
Mean: .
Standard deviation: .
Numerator: ; then .
Square root: .
Normality: and , both at least 10.
and . Because both expected counts exceed 10, the sampling distribution is approximately normal.
Frequently asked questions
Why do np and n(1-p) both need to be at least 10?
Those are the expected numbers of successes and failures. When both are large enough, the discrete distribution of counts is symmetric enough that a normal curve approximates the sampling distribution of well.