Sampling Distributions for the Difference Between Sample Proportions
AP StatisticsΒ· 12 min read
1. Core Definition and Key Parametersβ β ββββ± 3 min
renderer not yet implemented Β· content will appear once shipped]Sampling Distribution of $\hat{p}_1 - \hat{p}_2$
The full set of values for the difference between sample proportions from two independent groups, calculated across all possible random samples of size and
Example:
Comparing the proportion of 18-24 year old voters who support a policy to the proportion of 25-40 year old voters who support the same policy
renderer not yet implemented Β· content will appear once shipped]Population 1 has true proportion , sample size . Population 2 has true proportion , sample size . Calculate the mean and standard deviation of the sampling distribution of .
- 1
Step 1: Calculate the mean of the distribution directly using the population proportions
- 2
- 3
Step 2: Compute the individual variances for each sample proportion first
- 4
- 5
Step 3: Sum the variances and take the square root to get the combined standard deviation
- 6
2. Conditions for Normal Approximationβ β β βββ± 4 min
renderer not yet implemented Β· content will appear once shipped]Random: Both samples are selected independently via simple random sampling from their respective populations
Independent (10% Condition): Each sample size is no larger than 10% of its parent population when sampling without replacement
Normal (Large Counts): For both groups, the expected number of successes and failures is at least 10
Check if the sampling distribution of is approximately normal given , , , .
- 1
Step 1: Confirm both samples are independent random samples as stated in the problem context
- 2
Step 2: Verify 10% condition: Both populations are at least 500 and 400 people respectively, which is standard for real survey contexts
- 3
Step 3: Check all four large count products
- 4
- 5
All values are β₯10, so the normal approximation is fully valid.
3. Probability Calculations for $\hat{p}_1 - \hat{p}_2$β β β βββ± 3 min
renderer not yet implemented Β· content will appear once shipped]Using the earlier distribution with mean 0.15 and standard deviation 0.074, calculate the probability that .
- 1
Step 1: Plug the observed difference, mean, and standard deviation into the z-score formula
- 2
- 3
Step 2: Use a standard normal table or calculator to find the area to the right of z=0.676
- 4
Step 3: Final probability β 0.249, meaning roughly 25% of all possible sample differences will exceed 0.2
4. Common Pitfalls
Wrong move:
Adding standard deviations directly instead of adding variances then taking the square root
Why:
Variances of independent variables add, but standard deviations do not, so this will produce an overestimated combined SD
Correct move:
Calculate variance for each sample proportion separately, sum the two variances, then take the square root to get the combined standard deviation
Wrong move:
Using a pooled proportion to calculate the SD of the sampling distribution
Why:
Pooling is only required for two-proportion hypothesis tests, not for describing the theoretical sampling distribution
Correct move:
Use the individual known population proportions and in the SD formula for sampling distribution calculations
Wrong move:
Checking large counts only for the combined total sample instead of each individual group
Why:
Normality requires both individual single-proportion sampling distributions to be approximately normal, not just the combined difference
Correct move:
Verify all four product terms , , , are β₯10
Wrong move:
Forgetting to confirm the 10% independence condition when sampling without replacement
Why:
If sample size exceeds 10% of the parent population, observations are not independent, and the SD formula will be inaccurate
Correct move:
Explicitly state that both samples are less than 10% of their respective populations for full exam credit
Wrong move:
Using the combined total sample size in the SD denominator
Why:
The two samples are fully independent, so their sample sizes cannot be merged for variance calculations
Correct move:
Use only for group 1 variance, only for group 2 variance
5. Quick Reference Cheatsheet
Parameter | Formula | Required Condition |
|---|---|---|
Mean of | Independent random samples | |
Standard Deviation of | 10% condition satisfied for both samples | |
Z-score for Probability | Large counts condition satisfied for both samples |
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.
- 2025 Β· Paper 1
MCQ on normality condition checks
- 2024 Β· Paper 2
FRQ probability calculation for difference
- 2023 Β· Paper 1
Identify valid sampling distribution parameters
What's Next
Mastering sampling distributions for the difference in sample proportions is the critical foundational step before moving to formal inference for two proportions. You will apply these exact properties to construct confidence intervals for the difference between two population proportions, which lets you estimate how large a gap exists between two groups with a specified level of confidence. You will also use the same core framework to run two-proportion z hypothesis tests, to evaluate if there is statistically significant evidence of a difference between two population proportions. This topic is heavily weighted on the AP Stats exam, appearing in roughly 15% of all FRQ points across recent administrations, so fluency with condition checks and parameter calculations will directly boost your score on multi-part inference questions.
