Study Guide

Constructing a Confidence Interval for the Difference Between Two Population Proportions

AP StatisticsΒ· 12 min read

1. Verifying Required Conditions for Validityβ˜…β˜…β˜…β˜†β˜†β± 3 min

[Block type renderer not yet implemented Β· content will appear once shipped]
[Block type renderer not yet implemented Β· content will appear once shipped]
πŸ“ Worked Example

Check if the smartphone survey scenario meets all conditions for a two-proportion confidence interval

  1. 1

    Confirm Random: Assume samples are independent SRSs of freshmen and seniors, condition satisfied.

  2. 2

    Confirm 10% Independence: 200 < 10% of all local freshmen, 220 < 10% of all local seniors, condition satisfied.

  3. 3

    Confirm Large Counts: Freshmen: 85 successes, 115 failures β‰₯10. Seniors: 121 successes, 99 failures β‰₯10, condition satisfied.

βœ“ Quick check

Test your understanding of condition requirements

  1. Which of the following scenarios fails the Large Counts condition?

    • Sample 1: n=50, 3 successes; Sample 2: n=60, 7 successes

    • Sample 1: n=100, 22 successes; Sample 2: n=120, 18 successes

    • Sample 1: n=200, 95 successes; Sample 2: n=210, 102 successes

2. Calculating Point Estimate and Unpooled Standard Errorβ˜…β˜…β˜…β˜†β˜†β± 3 min

[Block type renderer not yet implemented Β· content will appear once shipped]
p^1βˆ’p^2\hat{p}_1 - \hat{p}_2
SE=p^1(1βˆ’p^1)n1+p^2(1βˆ’p^2)n2SE = \sqrt{\frac{\hat{p}_1(1-\hat{p}_1)}{n_1} + \frac{\hat{p}_2(1-\hat{p}_2)}{n_2}}
πŸ“ Worked Example

Calculate the point estimate and standard error for the smartphone survey, where freshmen are Group 1 and seniors are Group 2

  1. 1

    Compute sample proportions: (\hat{p}_1 = 85/200 = 0.425), (\hat{p}_2 = 121/220 = 0.55)

  2. 2

    Point estimate: (0.425 - 0.55 = -0.125)

  3. 3

    Standard error: (\sqrt{\frac{0.425(0.575)}{200} + \frac{0.55(0.45)}{220}} \approx 0.0479)

3. Final Interval Calculation with Critical Z-Valueβ˜…β˜…β˜…β˜…β˜†β± 3 min

[Block type renderer not yet implemented Β· content will appear once shipped]
(p^1βˆ’p^2)Β±zβˆ—Γ—SE(\hat{p}_1 - \hat{p}_2) \pm z^* \times SE
πŸ“ Worked Example

Build a 95% confidence interval for the difference in smartphone ownership between freshmen and seniors

  1. 1

    Use z* = 1.96 for 95% confidence

  2. 2

    Margin of error = 1.96 * 0.0479 β‰ˆ 0.0939

  3. 3

    Final interval bounds: -0.125 - 0.0939 = -0.219, -0.125 + 0.0939 = -0.031

  4. 4

    Final interval: (-0.219, -0.031)

4. Interpreting the Interval for Full AP Creditβ˜…β˜…β˜…β˜…β˜†β± 3 min

[Block type renderer not yet implemented Β· content will appear once shipped]
πŸ“ Worked Example

Write a full credit interpretation for the (-0.219, -0.031) smartphone ownership interval

  1. 1

    Correct full interpretation: We are 95% confident that the true difference in the proportion of freshmen and seniors who own a smartphone (freshmen minus seniors) lies between -0.219 and -0.031.

  2. 2

    Partial credit example: The difference in sample proportions is between -0.219 and -0.031 (fails to reference population parameters).

5. Common Pitfalls

Wrong move:

Using a pooled proportion to calculate standard error for a two-proportion confidence interval

Why:

Pooling is only required for two-proportion significance tests, not intervals, and produces an incorrectly narrow interval that will be marked wrong on AP rubrics

Correct move:

Always use unpooled individual sample proportions for all two-proportion confidence interval calculations

Wrong move:

Forgetting to explicitly state the 10% independence condition for both samples

Why:

AP rubrics automatically deduct 1 full point if any of the three required conditions are omitted

Correct move:

Write out all three conditions explicitly before starting any calculation work

Wrong move:

Interpreting the interval as describing the difference in sample proportions

Why:

Inference is always about population parameters, not observed sample statistics, so this interpretation will not earn credit

Correct move:

Frame all interpretations around the true difference between the two target population proportions

Wrong move:

Using a t* critical value instead of z* for the interval

Why:

All proportion inference uses the standard normal z-distribution, t-distributions are reserved exclusively for inference on population means

Correct move:

Always use z* critical values pulled from the standard normal table for proportion confidence intervals

Wrong move:

Swapping the order of Group 1 and Group 2 without documenting the direction

Why:

A negative interval will have the exact opposite meaning if you mix up group labels, leading to a fully incorrect interpretation

Correct move:

Explicitly define which population is Group 1 and which is Group 2 before starting any calculations

6. Quick Reference Cheatsheet

Component

Two-Proportion CI Requirement / Formula

Point Estimate

(\hat{p}_1 - \hat{p}_2)

Unpooled Standard Error

(\sqrt{\frac{\hat{p}_1(1-\hat{p}_1)}{n_1} + \frac{\hat{p}_2(1-\hat{p}_2)}{n_2}})

Full Interval

((\hat{p}_1 - \hat{p}_2) \pm z^* \times SE)

Mandatory Conditions

Random independent samples, 10% < population, successes/failures β‰₯ 10 for both groups

95% Confidence z*

1.96

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

    FRQ 3 two-prop interval construction

  • 2023 Β· Paper 2

    MCQ 12 interval calculation

  • 2022 Β· Paper 1

    FRQ 4 interval interpretation

What's Next

Mastering two-proportion confidence intervals is the critical foundation for the next core topic in this unit: two-proportion significance hypothesis tests, which share nearly identical condition checks and standard error logic (with the only key difference being pooled proportion use for tests). This skill is heavily tested in the cumulative AP exam FRQ section, where you will often be asked to construct and interpret an interval as part of a multi-part inference scenario. You will also apply this framework later when comparing multiple proportions using chi-square tests for homogeneity, so solidifying your understanding of interval construction now will eliminate gaps in later categorical inference topics.