AP STATISTICS • INFERENCE FOR QUANTITATIVE DATA: MEANS

Justifying a Claim About a Population Mean Based on a Confidence Interval

Learn how confidence intervals provide evidence for or against claims about unknown population means.

Historical Context & Motivation

The problem of drawing conclusions about a population from limited sample data has occupied statisticians for over a century. Before the development of formal inferential tools, researchers relied on informal judgment and large-sample approximations that often proved unreliable for the small datasets typical of agricultural, medical, and industrial experiments. The desire to quantify uncertainty in estimation—rather than pretending estimates are exact—drove the creation of the confidence interval, one of the most widely used tools in statistical inference. Understanding this history clarifies why confidence intervals, rather than single point estimates, serve as the primary vehicle for justifying claims about population parameters.

1908
Student's t-Distribution
William Sealy Gosset, publishing under the pseudonym "Student," derived the t-distribution for small-sample inference at the Guinness Brewery. His work made it possible to construct intervals for population means even with limited data.
1930
Neyman's Confidence Interval Framework
Jerzy Neyman formalized the concept of a confidence interval, defining it as a procedure whose long-run capture rate of the true parameter equals the stated confidence level. This shifted the focus from any single interval to the reliability of the method itself.
1937
Neyman's Foundational Paper
Neyman published his landmark paper distinguishing confidence intervals from fiducial intervals. He established the frequentist interpretation that dominates AP Statistics today: in repeated sampling, C% of all constructed intervals will capture the true parameter.
2000s
APA and Modern Reporting Standards
The American Psychological Association and leading journals began requiring confidence intervals alongside or instead of p-values in published research, recognizing that intervals convey both the direction and precision of estimates more transparently than hypothesis tests alone.

The central question this lesson addresses is straightforward yet powerful: given a confidence interval for a population mean, how do we use it to justify or refute a specific claim about that mean? Rather than computing a new test statistic, we can leverage the interval itself—checking whether a claimed value falls inside or outside it—to draw defensible conclusions. This duality between confidence intervals and hypothesis tests is a cornerstone of modern statistical reasoning and appears frequently on the AP Statistics exam.

Core Principles & Definitions

Before applying confidence intervals to evaluate claims, it is essential to understand the foundational ideas that make such inference valid. These principles govern the construction, interpretation, and logical use of confidence intervals for a population mean μ.

1

Confidence Interval Definition

A confidence interval is a range of plausible values for the population mean μ, calculated from sample data. A C% confidence interval means that the procedure used to construct the interval captures the true μ in C% of all possible random samples.
2

Point Estimate ± Margin of Error

Every confidence interval has the form x̄ ± ME, where x̄ is the sample mean and ME is the margin of error. The margin of error quantifies the precision of the estimate and depends on the critical value, the standard deviation, and the sample size.
3

Claim Evaluation Logic

If a claimed value μ₀ lies outside the confidence interval, the data provide evidence against that claim at the corresponding significance level. If μ₀ lies inside the interval, the data do not provide sufficient evidence to reject the claim.
4

Duality with Hypothesis Tests

A two-sided hypothesis test at significance level α rejects H₀: μ = μ₀ if and only if μ₀ falls outside the corresponding (1 − α) × 100% confidence interval. This duality allows confidence intervals to serve double duty as both estimation and testing tools.
5

Conditions for Validity

The interval is valid only when three conditions are met: the sample is collected via a random process, observations are independent (10% condition for sampling without replacement), and the sampling distribution of x̄ is approximately Normal (large n or population is Normal).
KEY TAKEAWAY
Think of a confidence interval as a net cast into the sea of possible parameter values. If a researcher's claimed value of μ falls inside your net, the data are consistent with that claim—much like a fish caught in the net could plausibly be the target species. If the claimed value falls outside the net, your data provide convincing evidence against that claim at the corresponding confidence level. The width of the net corresponds to the margin of error: a narrower net (smaller ME) demands more precision to include a given value, while a wider net includes more possibilities but gives less definitive conclusions.

Visual Explanation

The diagram below illustrates how a confidence interval is used to evaluate two different claims about a population mean. The interval is centered at the sample mean x̄, and the two claimed values μ₀ are assessed based on whether they fall inside or outside the interval. This visual representation captures the core logic: plausible values are those contained within the interval, and implausible values are excluded by the data at the given confidence level.

The cyan shaded region represents the 95% confidence interval centered at x̄. A claimed value μ₀ = 68 (green) falls inside the interval and is therefore plausible; the data do not provide evidence to reject this claim. A claimed value μ₀ = 60 (red) falls outside the interval, meaning the data provide convincing evidence against this claim at the 5% significance level.

Notice that the decision is binary with respect to a given confidence level: a claimed value either falls inside the interval or it does not. However, values near the boundary are only marginally plausible or implausible. This is why reporting the entire interval is more informative than simply stating a reject/fail-to-reject conclusion. The interval communicates both the estimated value and the range of uncertainty around it, enabling readers to assess claims for themselves.

Mathematical Framework

The mathematical machinery behind using confidence intervals to justify claims about a population mean involves the construction of the interval itself and the logical connection to two-sided hypothesis testing. We present the key equations for both the z-interval (when σ is known) and the t-interval (the far more common case when σ is unknown), along with the formal decision rule.

ONE-SAMPLE t CONFIDENCE INTERVAL
x̄ ± t* × (s / √n)
where is the sample mean, t* is the critical value from the t-distribution with df = n − 1, s is the sample standard deviation, and n is the sample size. The quantity s / √n is the standard error of x̄.
MARGIN OF ERROR
ME = t* × (s / √n)
The margin of error determines the half-width of the interval. A larger sample size n decreases ME (more precision), while a higher confidence level increases t* and thus increases ME (wider interval).
DECISION RULE FOR CLAIM EVALUATION
If μ₀ ∈ (x̄ − ME, x̄ + ME), do not reject the claim; if μ₀ ∉ (x̄ − ME, x̄ + ME), reject the claim.
This rule is equivalent to a two-sided hypothesis test H₀: μ = μ₀ vs. Hₐ: μ ≠ μ₀ at significance level α = 1 − C, where C is the confidence level expressed as a proportion.
ONE-SAMPLE z CONFIDENCE INTERVAL (σ KNOWN)
x̄ ± z* × (σ / √n)
Used when the population standard deviation σ is known. In practice this is rare, but it appears in AP Statistics problems where σ is given. Common z* values: 1.645 for 90%, 1.960 for 95%, and 2.576 for 99% confidence.
🔗 Confidence Level ↔ Significance Level Duality
A C% confidence interval and a two-sided test at α = 1 − C always agree in their conclusions. For example, a 95% CI corresponds to α = 0.05, and a 99% CI corresponds to α = 0.01. If the claimed μ₀ is inside the 95% CI, a two-sided test at α = 0.05 would fail to reject H₀. If μ₀ is outside the 95% CI, the test would reject H₀.

Interpreting Intervals & Common Misinterpretations

Correct interpretation of a confidence interval is arguably the most heavily tested skill in the inference portion of the AP Statistics exam. Examiners consistently penalize two categories of errors: claiming a probability statement about the specific interval ("there is a 95% chance that μ is in this interval") and confusing the interval's reference to the parameter with a statement about individual observations or sample means. The diagram below contrasts correct and incorrect language.

The left column shows correct interpretation and justification language. The right column shows common errors that will lose points on the AP exam. Note that the 95% refers to the long-run capture rate of the method, not to any single computed interval.

When justifying a claim on the AP exam, a complete response must contain three elements: (1) identify the claimed value μ₀, (2) state whether μ₀ falls inside or outside the given confidence interval, and (3) draw the appropriate conclusion using language tied to the confidence level. Saying "the interval does not contain 60, so we have convincing evidence that the true mean differs from 60" is a model response. Omitting the connection to the interval's content, or making a probability statement about the fixed parameter, will result in deducted rubric points.

Summary of conclusions based on the position of the claimed value relative to the confidence interval
ScenarioClaimed μ₀ PositionConclusion
μ₀ inside the CIPlausible valueThe data do not provide convincing evidence that μ differs from μ₀.
μ₀ outside the CIImplausible valueThe data provide convincing evidence that μ differs from μ₀ (at the corresponding significance level).
μ₀ at the boundaryBorderlineThe evidence is marginal; increasing the sample size or choosing a different confidence level may change the conclusion.

Worked Example

A nutritionist claims that the mean daily caloric intake for college students at a large university is 2100 calories. A researcher collects a simple random sample of 36 students and records their daily caloric intake. The sample yields x̄ = 2250 calories and s = 420 calories. Construct a 95% confidence interval for μ and use it to evaluate the nutritionist's claim.

Evaluating a Claim About Mean Caloric Intake
1
Step 1 — State the Parameter and ClaimLet μ represent the true mean daily caloric intake for all college students at this university. The nutritionist's claim is that μ = 2100 calories. We will construct a 95% confidence interval for μ and check whether 2100 falls inside or outside.
2
Step 2 — Check ConditionsRandom: The problem states a simple random sample was collected. Independence: The 36 students are less than 10% of all students at a large university, so the 10% condition is satisfied. Normal: n = 36 ≥ 30, so by the Central Limit Theorem, the sampling distribution of x̄ is approximately Normal.
3
Step 3 — Identify Values and Find t*x̄ = 2250, s = 420, n = 36, df = 36 − 1 = 35. For a 95% confidence interval, t* = 2.030 (from the t-table or calculator with df = 35).
t* = 2.030, df = 35
4
Step 4 — Calculate the Standard Error and Margin of ErrorSE = s / √n = 420 / √36 = 420 / 6 = 70. ME = t* × SE = 2.030 × 70 = 142.1.
SE = 70, ME = 142.1
5
Step 5 — Construct the Confidence IntervalCI = x̄ ± ME = 2250 ± 142.1 = (2107.9, 2392.1). We are 95% confident that the true mean daily caloric intake μ is between 2107.9 and 2392.1 calories.
95% CI: (2107.9, 2392.1)
6
Step 6 — Evaluate the ClaimThe nutritionist's claimed value μ₀ = 2100 falls outside the 95% confidence interval (2107.9, 2392.1). Because 2100 is not a plausible value for μ at the 95% confidence level, we have convincing evidence that the true mean daily caloric intake for college students at this university differs from 2100 calories. Equivalently, a two-sided test of H₀: μ = 2100 versus Hₐ: μ ≠ 2100 at α = 0.05 would reject H₀.
The data provide convincing evidence against the claim μ = 2100.

Confidence Intervals vs. Hypothesis Tests: Strengths & Limitations

Confidence intervals and hypothesis tests are complementary approaches to inference, and the AP exam expects students to understand the relative advantages of each. While a hypothesis test delivers a yes/no decision, a confidence interval communicates the range of plausible values and the precision of the estimate, often providing richer information. However, each approach has specific limitations that are important to recognize in applied settings.

Comparison of confidence intervals and hypothesis tests for evaluating claims about μ
FeatureConfidence IntervalHypothesis Test
OutputRange of plausible values for μReject / fail to reject decision
Precision informationDirectly shown by interval width (ME)Not directly conveyed; requires separate effect size or CI
DirectionalityShows whether μ is likely above or below μ₀Two-sided test does not specify direction unless one-sided
Applicability for one-sided claimsStandard two-sided CI only addresses two-sided alternatives directlyCan be tailored to one-sided alternatives
DualityA C% CI and a two-sided test at α = 1 − C always agreeEquivalent for two-sided cases
Practical significanceEasier to assess—readers can judge if the range matters practicallyStatistical significance ≠ practical significance; large n can make trivial differences significant
KEY TAKEAWAY
Think of a hypothesis test as a courtroom verdict—guilty or not guilty—whereas a confidence interval is more like the full police report, providing the range of scenarios consistent with the evidence. Both use the same underlying data, but the interval gives a more nuanced picture. On the AP exam, when you are asked to justify a claim and a confidence interval is provided, use the interval approach: it directly answers whether the claimed value is plausible without requiring you to compute a test statistic separately.

Connections to Advanced Inference

The logic of using a confidence interval to evaluate a claim about a single population mean extends naturally to more advanced inferential settings. Understanding these connections will prepare you for later topics in AP Statistics and for college-level statistics courses that introduce additional complexity.

How single-mean CI concepts generalize to advanced inference
This Lesson (One-Sample Mean)Advanced Extension
CI for a single population mean μCI for the difference of two means μ₁ − μ₂ (two-sample t-interval): if 0 is not in the interval, there is evidence the means differ
Two-sided claim evaluation using CIOne-sided bounds (upper or lower confidence bounds) can evaluate one-sided claims directly
Fixed confidence level (e.g., 95%)Adjusting for multiple comparisons (Bonferroni correction) when evaluating many claims simultaneously
t-interval with Normal assumptionBootstrap confidence intervals that relax distributional assumptions, useful for skewed populations or small samples
Frequentist interpretation (long-run capture rate)Bayesian credible intervals that assign a direct probability to the parameter being in the interval, given a prior distribution

For the AP Statistics exam, the most immediately relevant extension is the two-sample t-interval for a difference of means. The claim evaluation logic is identical: if the interval for μ₁ − μ₂ does not contain 0, there is convincing evidence that the two population means differ. Similarly, for matched-pairs designs, you construct a one-sample t-interval on the differences and check whether 0 is captured. In each case, the core reasoning—does the claimed value fall inside or outside the interval?—remains the same.

Practice Problems

1
A 90% confidence interval for the mean weight of packages shipped by a company is (15.3, 17.1) pounds. A manager claims the true mean weight is 16 pounds. Which of the following is the best conclusion based on this interval?
2
A random sample of 25 light bulbs has a sample mean lifetime of 1200 hours and a sample standard deviation of 100 hours. A 95% confidence interval for the population mean lifetime is (1158.7, 1241.3). A manufacturer claims the mean lifetime is 1150 hours. Based on this interval, which of the following is correct?
3
A researcher constructs both a 90% and a 99% confidence interval for the mean response time (in milliseconds) of a software system. The 90% CI is (245, 275) and the 99% CI is (235, 285). A competitor claims the true mean response time is 240 ms. Which of the following conclusions is supported by these intervals?
PROBLEM 4APPLIED
A transportation engineer claims that the mean commute time for workers in a metropolitan area is 35 minutes. A city planner selects a simple random sample of 50 commuters and records their one-way commute times. The sample yields x̄ = 38.2 minutes and s = 12.5 minutes. (a) Construct a 95% confidence interval for the true mean commute time μ. Show your work. (b) Based on your interval, is there convincing evidence that the true mean commute time differs from 35 minutes? Justify your answer. (c) Without performing additional calculations, would a 99% confidence interval be more or less likely to contain 35? Explain. (d) What does the confidence interval tell you about commute times that a simple hypothesis test result (reject / fail to reject) would not?
PROBLEM 5CRITICAL THINKING
A pharmaceutical company reports that a 95% confidence interval for the mean reduction in systolic blood pressure (mmHg) after taking a new medication is (1.2, 8.8). A rival company claims the medication has no effect (μ = 0). A health organization considers a reduction of at least 5 mmHg to be clinically meaningful. (a) Does the confidence interval provide convincing evidence that the medication reduces blood pressure at all? Justify using the interval. (b) Does the confidence interval provide convincing evidence that the mean reduction is at least 5 mmHg? Explain. (c) Discuss the distinction between statistical significance and practical (clinical) significance in the context of this problem. (d) A researcher proposes increasing the sample size substantially. Explain how this would affect the width of the confidence interval and, in turn, the conclusions from parts (a) and (b).

Lesson Summary

A confidence interval for a population mean μ provides a range of plausible values computed from sample data. To justify a claim about μ, check whether the claimed value μ₀ falls inside or outside the interval. If μ₀ is inside the interval, the data are consistent with the claim and do not provide convincing evidence against it. If μ₀ is outside the interval, the data provide convincing evidence that μ differs from the claimed value at the corresponding significance level α = 1 − C. This logic relies on the duality between a C% confidence interval and a two-sided hypothesis test at significance level α.

Key elements for a complete AP exam response include: stating the parameter and claimed value, verifying the conditions (random, independent, Normal), constructing or referencing the interval using the formula x̄ ± t* × (s / √n), and drawing a conclusion that uses correct language—saying "we are C% confident" rather than "there is a C% probability." Remember that the margin of error reflects the precision of the estimate and that a wider interval captures more values as plausible but provides less definitive conclusions about any single claim.

Varsity Tutors • AP Statistics • Justifying a Claim About a Population Mean Based on a Confidence Interval