Statistics · Unit 7: Confidence Intervals · 16 min read · Updated 2026-05-11
Confidence Intervals — AP Statistics
AP Statistics · Unit 7: Confidence Intervals · 16 min read
1. Core Definition & Universal CI Structure★★☆☆☆⏱ 3 min
A confidence interval (CI) is a range of plausible values for an unknown population parameter, calculated from sample data to quantify estimation uncertainty. It is tied to a pre-specified confidence level (most commonly 90%, 95%, or 99%), which represents the long-run proportion of intervals that would capture the true parameter if sampling were repeated infinitely. This topic makes up 10-15% of the AP Statistics exam.
\text{Confidence Interval} = \text{Sample Statistic} \pm \text{Margin of Error}
Margin of error accounts for random sampling variability, calculated as:
\text{Margin of Error} = \text{Critical Value} \times \text{Standard Error}
**Sample Statistic**: Your point estimate of the unknown population parameter, e.g., sample proportion $\hat{p}$, sample mean $\bar{x}$.
**Critical Value**: Tied to your confidence level: for 95% confidence using the normal distribution, $z^* = 1.96$.
**Standard Error (SE)**: The standard deviation of the sampling distribution of your sample statistic, measuring expected variability across samples.
2. One-Sample Confidence Intervals★★★☆☆⏱ 5 min
One-sample intervals estimate a single population parameter (either a proportion or a mean). AP exam graders require you to verify all conditions before constructing an interval, and will deduct points for skipping this step.
**Random**: Sample is randomly selected from the population, or groups are randomly assigned.
**Independence**: Sample size $n < 10\%$ of the total population (10% condition).
**Large Counts**: $n\hat{p} \geq 10$ and $n(1-\hat{p}) \geq 10$, for an approximately normal sampling distribution.
A confidence interval for one mean estimates the true mean of a quantitative population variable. When the population standard deviation $\sigma$ is unknown (almost always the case on the AP exam), we use the t-distribution, which has fatter tails to account for extra uncertainty from estimating $\sigma$ with the sample standard deviation $s$.
**Random**: Sample is randomly selected from the population.
**Independence**: 10% condition applies, same as for proportions.
**Normal/Large Sample**: Either the population is normal, or $n \geq 30$ (Central Limit Theorem applies). For $n < 30$, confirm no strong skewness or outliers.
3. Two-Sample Confidence Intervals★★★★☆⏱ 4 min
Two-sample confidence intervals estimate the difference between parameters from two independent populations, for example the difference in support rates for a policy between two demographic groups.
All one-sample conditions apply to both samples
Samples must be independent of each other
All four counts ($n_1\hat{p}_1, n_1(1-\hat{p}_1), n_2\hat{p}_2, n_2(1-\hat{p}_2)$) ≥ 10
All one-sample conditions apply to both groups
Samples must be independent
Use conservative degrees of freedom $df = \min(n_1-1, n_2-1)$ for manual calculation
4. Confidence Interval Interpretation Rules★★★☆☆⏱ 3 min
Interpretation questions make up ~30% of all CI-related exam points, and AP graders are very strict about wording. Below are the approved templates for the AP exam.
Common Pitfalls
Why: Students often rush to calculations to save time on exams
Why: z-values are easier to remember than t-values
Why: The terms are similar and easy to mix up
Why: Some older textbooks teach pooled variance as the default
Why: Students assume margin of error accounts for all sources of error