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 p^\hat{p} behaves when you take many samples of the same size nn from a population with true proportion pp. That pattern of possible p^\hat{p} 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 p^\hat{p} has mean μp^=p\mu_{\hat{p}} = p and standard deviation σp^=p(1p)n\sigma_{\hat{p}} = \sqrt{\dfrac{p(1-p)}{n}}. The mean equals pp, which restates that p^\hat{p} is an unbiased estimator from topic 3.1. The standard deviation shrinks as nn grows, so larger samples cluster more tightly around pp. Because nn 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.

  1. Randomization: the data come from a random sample.
  2. 10% condition: when sampling without replacement, the population is at least 10 times the sample size, so n0.10Nn \le 0.10N.
  3. Normality (large counts): the expected successes npnp and expected failures n(1p)n(1-p) 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 p^\hat{p} 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 pp. A probability from this distribution answers a question like "how often would a sample proportion this far from pp 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 p=0.40p = 0.40. You take random samples of size n=50n = 50. Find the mean and standard deviation of the sampling distribution of p^\hat{p}, and check whether it is approximately normal.

  1. Mean: μp^=p=0.40\mu_{\hat{p}} = p = 0.40.

  2. Standard deviation: σp^=p(1p)n=0.40×0.6050\sigma_{\hat{p}} = \sqrt{\dfrac{p(1-p)}{n}} = \sqrt{\dfrac{0.40 \times 0.60}{50}}.

  3. Numerator: 0.40×0.60=0.240.40 \times 0.60 = 0.24; then 0.24÷50=0.00480.24 \div 50 = 0.0048.

  4. Square root: 0.00480.0693\sqrt{0.0048} \approx 0.0693.

  5. Normality: np=50×0.40=20np = 50 \times 0.40 = 20 and n(1p)=50×0.60=30n(1-p) = 50 \times 0.60 = 30, both at least 10.

μp^=0.40\mu_{\hat{p}} = 0.40 and σp^0.0693\sigma_{\hat{p}} \approx 0.0693. 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 p^\hat{p} well.