| Study Guides
Statistics · Inference for Categorical Data: Proportions · 14 min read · Updated 2026-05-11

Constructing a Confidence Interval for a Proportion — AP Statistics

AP Statistics · Inference for Categorical Data: Proportions · 14 min read

1. Core Definitions and Notation ★★☆☆☆ ⏱ 3 min

A confidence interval for a proportion gives a range of plausible values for the unknown fixed population proportion $p$, which is the proportion of individuals in a population with a specific categorical characteristic. This topic makes up 12-15% of the AP Statistics exam, appearing in both multiple choice and free response sections.

Unlike a single point estimate, a confidence interval explicitly quantifies uncertainty from random sampling, showing how much your estimate might vary from the true population value. On the AP exam, you will be expected to check conditions, construct intervals, interpret results, and calculate required sample size.

2. Conditions for Valid Inference ★★☆☆☆ ⏱ 3 min

Before constructing any confidence interval, you must verify three core conditions to ensure your inference is statistically valid. Skipping explicit numerical checks is the most common cause of lost points on AP FRQs.

  1. **Random**: Data comes from a random sample or randomized experiment, to avoid systematic bias.
  2. **Independent**: Individual observations are independent. When sampling without replacement, verify the 10% condition: $n \leq 0.1N$, where $n$ is sample size and $N$ is total population size.
  3. **Normal/Large Sample**: The sampling distribution of $\hat{p}$ is approximately normal, requiring at least 10 successes and 10 failures: $n\hat{p} \geq 10$ and $n(1-\hat{p}) \geq 10$. Use this threshold for the AP exam.

3. Constructing a One-Proportion Z-Interval ★★★☆☆ ⏱ 4 min

All confidence intervals follow the general structure: **point estimate ± margin of error**. For a population proportion, the point estimate is the sample proportion $ hat{p} = \frac{\text{number of successes}}{n}$. The margin of error (ME) is the product of the critical value $z^*$ (which depends only on your chosen confidence level) and the standard error of $\hat{p}$.

\hat{p} \pm z^*\sqrt{\frac{\hat{p}(1-\hat{p})}{n}}

Common $z^*$ values to memorize for the AP exam: 1.645 for 90% confidence, 1.96 for 95% confidence, and 2.576 for 99% confidence. Higher confidence requires a larger $z^*$, leading to a wider interval, which makes intuitive sense: you need a larger range to be more confident you captured the true proportion.

4. Interpreting Confidence Intervals and Levels ★★★☆☆ ⏱ 2 min

Interpretation questions are extremely common on the AP exam, and require specific, context-rich wording to earn full credit. Many students misinterpret what "C% confidence" actually means.

A common misconception is that "95% confidence" means there is a 95% probability the true proportion is in the interval. This is incorrect: the true proportion is a fixed, unknown value, so it is either in the interval or not. Probability describes the method of interval construction, not the position of the fixed true value.

5. Calculating Required Sample Size ★★★★☆ ⏱ 2 min

Researchers often want to plan a study to achieve a specific maximum margin of error for a given confidence level. We can rearrange the margin of error formula to solve for the minimum required sample size $n$.

n = \frac{(z^*)^2 \hat{p}(1-\hat{p})}{(ME)^2}

If you have a prior estimate of $\hat{p}$ from a previous study, use that value. If you do not have a prior estimate, use $\hat{p} = 0.5$ to get the most conservative (largest) sample size. This works because the product $\hat{p}(1-\hat{p})$ is maximized when $\hat{p} = 0.5$, so using 0.5 guarantees your resulting sample size will produce a margin of error no larger than your desired value. A key rule: always round up to the next whole number, even if the decimal part is less than 0.5, because a fraction of an individual is impossible, and rounding down would give a margin of error slightly larger than desired.

Common Pitfalls

Why: Students confuse the variability of the sampling method with the fixed nature of the true population parameter; the true $p$ is not random.

Why: Students think it is just a formality, but AP graders require explicit verification to earn points.

Why: Students confuse the standard deviation of the sampling distribution (which uses $p$) with the standard error (which estimates it with $\hat{p}$, since $p$ is unknown when constructing the interval).

Why: Students follow standard rounding rules, which is incorrect for sample size planning.

Why: Students forget that 0.5 maximizes the product $\hat{p}(1-\hat{p})$ to get the conservative sample size that meets the desired margin of error.

Why: Students confuse the purpose of the interval, which estimates the true population proportion, not the distribution of sample proportions.

Quick Reference Cheatsheet

← Back to topic

Stuck on a specific question?
Snap a photo or paste your problem — Ollie (our AI tutor) walks through it step-by-step with diagrams.
Try Ollie free →