AP-STATS-5.5-5.6

U5.5 Sampling Distribution of p̂

Master the sampling distribution of p̂: find its mean and SD, check Large Counts and 10% conditions, and compute normal probabilities for p̂ and p̂₁−p̂₂.

What you'll do in this lesson

A voice-first session with the Crimsora tutor on U5.5 Sampling Distribution of p̂, then targeted practice and FRQs — with the tutor adapting to where you get stuck.

What this lesson covers

When you take a sample and calculate a proportion — the fraction of voters favoring a candidate, the share of defective parts — that sample proportion p^\hat{p} changes from sample to sample. The sampling distribution of p^\hat{p} describes exactly how it varies, and once you know its center, spread, and shape, you can answer questions like "How likely is a sample proportion this far from the truth?"

This lesson gives you the three-step toolkit the exam rewards: state the mean and standard deviation, verify the conditions that let you treat the distribution as approximately Normal, and then compute a probability with a zz-score. We finish by extending everything to the difference of two proportions p^1p^2\hat{p}_1 - \hat{p}_2.

Mean and Standard Deviation of p̂

Suppose a population has true proportion pp of successes, and you draw a simple random sample of size nn. The count of successes follows a binomial model, and the sample proportion is p^=Xn\hat{p} = \frac{X}{n}. Its sampling distribution has a predictable center and spread.

The mean is μp^=p\mu_{\hat{p}} = p. This says p^\hat{p} is an unbiased estimator of pp — on average, across all possible samples, it hits the true value.

The standard deviation is σp^=p(1p)n\sigma_{\hat{p}} = \sqrt{\dfrac{p(1-p)}{n}}. Notice two things. First, larger nn shrinks the standard deviation: bigger samples give more precise estimates. Second, spread depends on pp itself, and is largest when p=0.5p = 0.5.

A common exam trap: this formula uses the true pp, not p^\hat{p}. In this unit you are given pp, so plug it in directly. (Later, in inference, when pp is unknown you will substitute p^\hat{p} and call it the standard error — but that is a different setting.)

Always state the mean and SD together before doing any probability work. Full-credit FRQ responses name the distribution and show both values with the formula substituted, not just the final number.

Checking the Conditions for Normality

The mean and SD are always correct, but you may only treat the shape as approximately Normal after checking two conditions.

Large Counts condition: both np10np \geq 10 and n(1p)10n(1-p) \geq 10. You need at least 10 expected successes AND at least 10 expected failures. If either count falls short, the distribution is too skewed to model with the Normal curve.

10% condition: when sampling without replacement, the sample size must be no more than 10% of the population, n0.10Nn \leq 0.10 N. This keeps the observations approximately independent so the SD formula stays valid.
ConditionRequirementWhat it protects
Large Countsnp10np \geq 10 and n(1p)10n(1-p)\geq 10Normal shape
10%n0.10Nn \leq 0.10NIndependence / SD formula
On the exam, show the arithmetic, not just the words. Write "np=200(0.4)=8010np = 200(0.4) = 80 \geq 10 and n(1p)=200(0.6)=12010n(1-p) = 200(0.6) = 120 \geq 10" to earn the point. A frequent error is checking only one part of Large Counts — you must verify both successes and failures.

Computing Probabilities for p̂

Once the conditions hold, p^\hat{p} is approximately N(p,p(1p)n)N\left(p, \sqrt{\dfrac{p(1-p)}{n}}\right). Finding a probability is then a standard Normal calculation.

Standardize with z=p^pp(1p)nz = \dfrac{\hat{p} - p}{\sqrt{\frac{p(1-p)}{n}}}, then find the area under the standard Normal curve. The zz-score answers "how many standard deviations is this sample proportion from the true proportion?"

A clean four-step process earns full credit: state the shape, mean, and SD; check both conditions; compute the zz-score; find and interpret the probability. Draw a quick sketch of the Normal curve with the region shaded — graders and your own accuracy both benefit.

Watch the direction of the inequality. P(p^>0.45)P(\hat{p} > 0.45) is the upper tail, so subtract the table value from 1, or use the calculator with the correct bounds. Also keep more decimal places in σp^\sigma_{\hat{p}} during intermediate steps; rounding early can shift the zz-score enough to change the answer.

The Difference of Two Proportions p̂₁ − p̂₂

When you compare two independent groups, the statistic is p^1p^2\hat{p}_1 - \hat{p}_2. Its sampling distribution combines the two individual ones.

The mean is the difference of the true proportions: μp^1p^2=p1p2\mu_{\hat{p}_1 - \hat{p}_2} = p_1 - p_2.

Because the samples are independent, variances add. So σp^1p^2=p1(1p1)n1+p2(1p2)n2\sigma_{\hat{p}_1 - \hat{p}_2} = \sqrt{\dfrac{p_1(1-p_1)}{n_1} + \dfrac{p_2(1-p_2)}{n_2}}. A key insight students miss: you add the variances (the terms under the root), never the standard deviations directly.

Check Large Counts for each sample separately — four inequalities total: n1p1n_1p_1, n1(1p1)n_1(1-p_1), n2p2n_2p_2, n2(1p2)n_2(1-p_2) all 10\geq 10. Check the 10% condition for each sample too. When all hold, p^1p^2\hat{p}_1 - \hat{p}_2 is approximately Normal.

To find a probability such as P(p^1p^2>0)P(\hat{p}_1 - \hat{p}_2 > 0), standardize with z=(p^1p^2)(p1p2)σp^1p^2z = \dfrac{(\hat{p}_1 - \hat{p}_2) - (p_1 - p_2)}{\sigma_{\hat{p}_1 - \hat{p}_2}}. The value 0 corresponds to "the two sample proportions are equal," a question that appears often.

Key terms

Sample proportion p^\hat{p}.
The fraction of successes in a sample, p^=X/n\hat{p} = X/n; a statistic that varies from sample to sample.
Sampling distribution of p^\hat{p}.
The distribution of values p^\hat{p} takes across all possible samples of size nn from a population.
Unbiased estimator.
A statistic whose sampling-distribution mean equals the parameter it estimates; μp^=p\mu_{\hat{p}} = p.
Large Counts condition.
Requirement that np10np \geq 10 and n(1p)10n(1-p) \geq 10, ensuring the sampling distribution of p^\hat{p} is approximately Normal.
10% condition.
Requirement that n0.10Nn \leq 0.10N when sampling without replacement, keeping observations approximately independent.
Standard deviation of p^\hat{p}.
The spread of the sampling distribution, σp^=p(1p)/n\sigma_{\hat{p}} = \sqrt{p(1-p)/n}, computed with the true proportion pp.
z-score.
The standardized distance z=(p^p)/σp^z = (\hat{p} - p)/\sigma_{\hat{p}} used to find Normal probabilities.
p^1p^2\hat{p}_1 - \hat{p}_2.
The difference of two independent sample proportions, with mean p1p2p_1-p_2 and variance equal to the sum of the two individual variances.

Worked example

A city claims 40% of its residents recycle regularly. A researcher takes a simple random sample of 150 residents. Assuming the claim is true, find the probability that the sample proportion of recyclers is greater than 0.47. The city has 80,000 residents.
Step 1 — State the distribution. Here p=0.40p = 0.40 and n=150n = 150. The mean is μp^=p=0.40\mu_{\hat{p}} = p = 0.40. The standard deviation is σp^=0.40(0.60)150=0.0016=0.0400\sigma_{\hat{p}} = \sqrt{\frac{0.40(0.60)}{150}} = \sqrt{0.0016} = 0.0400.

Step 2 — Check conditions. Large Counts: np=150(0.40)=6010np = 150(0.40) = 60 \geq 10 and n(1p)=150(0.60)=9010n(1-p) = 150(0.60) = 90 \geq 10, both satisfied. 10% condition: n=1500.10(80000)=8000n = 150 \leq 0.10(80000) = 8000, satisfied. So p^\hat{p} is approximately Normal.

Step 3 — Standardize. z=0.470.400.0400=0.070.0400=1.75z = \dfrac{0.47 - 0.40}{0.0400} = \dfrac{0.07}{0.0400} = 1.75.

Step 4 — Find the probability. P(p^>0.47)=P(z>1.75)=10.9599=0.0401P(\hat{p} > 0.47) = P(z > 1.75) = 1 - 0.9599 = 0.0401.

Conclusion: If the true recycling rate is 40%, there is about a 0.040 probability that a random sample of 150 residents yields a sample proportion above 0.47. This is fairly unlikely, so such a sample would be mild evidence against the city's claim.

Practice questions

A population has proportion p=0.25p = 0.25. Which sample size makes the standard deviation of p^\hat{p} smallest?
  1. n=50n = 50
  2. n=100n = 100
  3. n=200n = 200
  4. n=400n = 400

Answer: n=400n = 400

The standard deviation is p(1p)/n\sqrt{p(1-p)/n}, which decreases as nn increases. The largest sample size, n=400n = 400, gives the smallest spread. Larger samples produce more precise, less variable estimates of pp.
In a large batch of manufactured chips, 8% are defective. A quality inspector randomly samples 60 chips. Explain whether it is appropriate to use a Normal approximation for the sampling distribution of p^\hat{p}, and justify with the relevant condition.

Answer: No, the Normal approximation is not appropriate because the Large Counts condition fails.

Check Large Counts: np=60(0.08)=4.8np = 60(0.08) = 4.8, which is less than 10. Although n(1p)=60(0.92)=55.210n(1-p) = 60(0.92) = 55.2 \geq 10, both parts must be at least 10. Since the expected number of defectives is only 4.8, the distribution of p^\hat{p} is right-skewed and should not be modeled as Normal.
Two independent SRSs are taken. In group 1, p1=0.6p_1 = 0.6 with n1=100n_1 = 100; in group 2, p2=0.5p_2 = 0.5 with n2=80n_2 = 80. Find the mean and standard deviation of the sampling distribution of p^1p^2\hat{p}_1 - \hat{p}_2.

Answer: Mean =0.10= 0.10; standard deviation 0.0740\approx 0.0740.

The mean is p1p2=0.60.5=0.10p_1 - p_2 = 0.6 - 0.5 = 0.10. Variances add: 0.6(0.4)100+0.5(0.5)80=0.0024+0.003125=0.005525\frac{0.6(0.4)}{100} + \frac{0.5(0.5)}{80} = 0.0024 + 0.003125 = 0.005525. The standard deviation is 0.0055250.0743\sqrt{0.005525} \approx 0.0743. Note you add variances, then take the square root — never add the two standard deviations directly.

FAQ

When do I use p versus p̂ in the standard deviation formula?
In this unit (sampling distributions) you are given the true population proportion pp, so use it: σp^=p(1p)/n\sigma_{\hat{p}} = \sqrt{p(1-p)/n}. Only later, in inference when pp is unknown, do you substitute p^\hat{p} and call the result the standard error.
Why do I add variances but not standard deviations for the difference of two proportions?
Variances of independent random variables add, but standard deviations do not. So you compute each variance, sum them, and only then take the square root: σp^1p^2=p1(1p1)n1+p2(1p2)n2\sigma_{\hat{p}_1-\hat{p}_2} = \sqrt{\frac{p_1(1-p_1)}{n_1} + \frac{p_2(1-p_2)}{n_2}}.
What happens if the Large Counts condition fails?
If np<10np < 10 or n(1p)<10n(1-p) < 10, the sampling distribution of p^\hat{p} is too skewed to model with a Normal curve. You should not compute probabilities using zz-scores; the binomial model or a note that the shape is skewed is the honest answer.
Do I always have to check the 10% condition?
Check it whenever you sample without replacement, which is nearly always in practice. It confirms n0.10Nn \leq 0.10N so observations stay approximately independent and the SD formula remains valid. On the exam, showing this arithmetic is required for full credit.

Learn this with a teacher, not a page

The Crimsora tutor teaches U5.5 Sampling Distribution of p̂ live — explaining on a whiteboard, asking you questions, and adapting to where you get stuck.