Loading
Estimate an unknown population mean with a quantified margin of error using sample data.
The fundamental challenge of statistics has always been the same: how do we use limited information from a sample to say something reliable about a much larger population? Before the twentieth century, scientists and researchers often reported single-number estimates—point estimates—without any formal way to communicate how uncertain those estimates were. The development of confidence intervals gave statisticians a principled framework for quantifying the precision of an estimate, fundamentally transforming how empirical research communicates its findings.
The central question that confidence intervals address is deceptively simple: given a sample mean x̄, what range of values for the true population mean μ is plausible? Answering this question requires understanding sampling variability, the shape of the sampling distribution, and how to account for the fact that we must estimate the population standard deviation from the sample itself. This section of the lesson develops each of those ideas and shows you how to construct, interpret, and apply confidence intervals for a population mean—skills that are essential for the AP Statistics exam.
Before constructing a confidence interval, you need a clear understanding of the underlying concepts. A confidence interval is a range of plausible values for a population parameter, calculated from sample data, together with a stated confidence level that describes the long-run capture rate of the procedure. The interval takes the general form: point estimate ± margin of error. Each component of this formula carries specific statistical meaning that you must be able to articulate on the AP exam.
A confidence interval is best understood visually by examining the sampling distribution of x̄. If we could draw every possible sample of size n from the population, the distribution of those sample means would be approximately normal (by the Central Limit Theorem) with center μ and standard deviation σ/√n. Because we rarely know σ, we substitute s and use the t-distribution, which is slightly wider in the tails to account for this extra uncertainty. The diagram below illustrates how the middle C% of the t-distribution defines the critical values that determine the margin of error.
Notice that as the confidence level increases from 95% to 99%, the critical value t* grows, pushing the dashed pink boundary lines outward and making the interval wider. Conversely, increasing the sample size n reduces the standard error s/√n, which narrows the interval without sacrificing confidence. This trade-off between confidence and precision is central to the design of statistical studies and is a frequent topic on the AP exam.
The construction of a confidence interval for a population mean relies on the one-sample t-interval procedure. This procedure is used when the population standard deviation σ is unknown—which is nearly always the case in practice—and the sampling distribution of x̄ can be reasonably approximated by a t-distribution. The formulas below constitute the core machinery you need.
Before applying the t-interval formula, three conditions must be verified. On the AP exam, checking these conditions explicitly is essential for earning full credit on free-response questions.
Students often ask when to use a z-interval versus a t-interval. In practice, the answer for the AP Statistics exam is almost always the t-interval, because the population standard deviation σ is rarely known. The z-interval (using z* and σ) is reserved for the unusual case where σ is given in the problem statement. The following table clarifies the decision and highlights the key differences between the two procedures.
| Feature | z-Interval | t-Interval |
|---|---|---|
| Population σ | Known | Unknown; estimated by s |
| Critical value | z* from standard normal (e.g., 1.96 for 95%) | t* from t-distribution with df = n − 1 |
| Interval formula | x̄ ± z* · (σ / √n) | x̄ ± t* · (s / √n) |
| Tail behavior | Lighter tails | Heavier tails (wider interval for small n) |
| AP exam usage | Rare; only when σ is explicitly provided | Default procedure for inference about μ |
A nutritionist wants to estimate the mean daily caloric intake of college students at a large university. She takes a simple random sample of 36 students and records their caloric intake over one day. The sample yields x̄ = 2,180 calories and s = 240 calories. Construct a 95% confidence interval for the population mean daily caloric intake μ.
| Strengths | Limitations |
|---|---|
| Provides a range of plausible values rather than a single point estimate, communicating the precision of the estimate | The stated confidence level is only valid when the conditions (random, independence, normality) are met; violations can distort the capture rate |
| The t-distribution correctly accounts for extra uncertainty when σ is unknown and estimated by s | Sensitive to outliers: extreme values inflate s, which widens the interval and may distort the results for small samples |
| Easy to compute with a calculator (TInterval function on TI-84) and straightforward to interpret in context | Wider interval does not always mean better; there is a trade-off between confidence and precision that requires careful study design |
| Robust for large samples: by the CLT, the t-interval performs well even if the population distribution is somewhat skewed when n ≥ 30 | Cannot compensate for bias in data collection; a confidence interval from a convenience sample has no guaranteed interpretation |
Confidence intervals and hypothesis tests are two sides of the same inferential coin. A 95% confidence interval for μ contains all values of μ₀ that would not be rejected by a two-sided significance test at α = 0.05. If a hypothesized value μ₀ falls inside the confidence interval, you would fail to reject H₀: μ = μ₀ at that significance level; if μ₀ falls outside, you would reject. This duality means that confidence intervals convey strictly more information than hypothesis tests—they show not just whether a value is plausible, but the entire range of plausible values.
| Feature | One-Sample t-Interval (This Lesson) | Two-Sample t-Interval (Advanced) |
|---|---|---|
| Parameter estimated | μ (one population mean) | μ₁ − μ₂ (difference between two population means) |
| Standard error | s / √n | √(s₁²/n₁ + s₂²/n₂) |
| Degrees of freedom | n − 1 | Welch's approximation (calculator computes) |
| Number of samples | 1 | 2 independent samples |
| Conditions | Random, 10% rule, Normal/Large Sample | Same conditions checked for each sample independently |
Beyond the AP curriculum, confidence intervals extend to paired t-intervals (for matched-pairs designs), regression slope intervals, and even bootstrap confidence intervals that do not assume normality at all. Mastering the one-sample t-interval gives you a template that generalizes: every confidence interval follows the pattern point estimate ± (critical value) × (standard error). The specific formulas for the standard error and the distribution used for the critical value change, but the logic and structure remain the same.
A confidence interval for a population mean takes the form x̄ ± t* · (s / √n), where x̄ is the sample mean, t* is the critical value from the t-distribution with df = n − 1, and s / √n is the standard error. Before applying this formula, you must verify three conditions: Random sampling, Independence (10% condition), and Normal/Large Sample. On the AP exam, you must explicitly check these conditions, name the procedure, show your calculations, and interpret the interval in context.
The confidence level describes the long-run capture rate of the procedure—not the probability that a specific interval contains μ. Increasing the confidence level widens the interval; increasing the sample size narrows it by reducing the standard error. The one-sample t-interval is the default procedure when σ is unknown, and it serves as the foundational template for all confidence interval procedures you will encounter in AP Statistics: point estimate ± (critical value) × (standard error).
Keep learning with more lessons from the same subject.