Confidence Intervals: Point Estimates and Margin of Error

Learning Objectives

Why This Matters

Every time a news outlet reports "52% of voters support the candidate, margin of error ±3%," they're giving you a confidence interval: [49%, 55%]. That ±3% is the part that tells you whether the lead is real or noise -- a 1-point lead inside a 3-point margin means the race is a toss-up, but a 7-point lead outside a 3-point margin means something actually shifted. The same structure runs A/B tests in tech, clinical trials in medicine, and quality audits in manufacturing -- the point estimate gets the headline, but the margin of error decides whether anyone should act on it.

How to Use This Simulation

  1. In Build mode, adjust the point estimate and margin of error sliders to construct a confidence interval and watch it appear on the number line.
  2. Switch to Extract mode to enter a lower and upper bound and recover the point estimate and margin of error from a given interval.
  3. Try different preset scenarios to see how CI components work across polling, manufacturing, medical, and campus contexts.
  4. Check the Explanation Panel below -- it updates as you interact and explains what changed and why.

Enter a point estimate and margin of error to construct a confidence interval.

52.0%
3.0%

Enter the lower and upper bounds of a confidence interval to extract its components.

Point Estimate
--
Margin of Error
--
Confidence Interval
--

What's Happening

Quick Check

A health study reports a 95% confidence interval of [4.2, 6.8] minutes for the average wait time at a campus health clinic. A student says: "The margin of error is 2.6 minutes." Is the student correct?

Try This

A campus dining survey reports a sample mean wait time of x̄ = 8.5 minutes with a margin of error of 1.3 minutes. Calculate the lower and upper bounds of the confidence interval by hand. State the interval in bracket notation. Then select the "Battery Life Testing" preset, set the point estimate to 8.5 and the margin of error to 1.3, and verify your answer matches the simulation's output.

A clinical trial reports that the mean blood pressure reduction from a new medication is "95% CI [6.5, 9.9] mmHg." Extract the point estimate and margin of error using the formulas from the simulation. Switch to Extract mode, enter 6.5 and 9.9, and verify your calculations. In one sentence, explain why the point estimate is guaranteed to be the midpoint of a symmetric confidence interval.

Two campus transportation surveys estimate the average one-way commute time for students. Survey A reports a 95% CI of [22, 28] minutes. Survey B reports a 95% CI of [18, 32] minutes. Extract the point estimate and margin of error from each survey using Extract mode. Both point estimates are the same -- explain what the difference in margin of error tells you about how the two surveys were likely conducted (think about sample size or variability in the data). If the university wants to use one survey to plan shuttle schedules, which CI is more useful and why?

Instructor Notes

Teaching Notes

This simulation is most effective when you start in Build mode and ask students to predict what happens when they move each slider before they move it. "If I increase the margin of error, what happens to the bounds?" Most students will correctly say they widen, but few can articulate that the point estimate stays fixed. That observation is the entry point to the structural decomposition: point estimate controls position, margin of error controls width.

The mode toggle is the conceptual payoff. After students build several CIs, switch to Extract mode and give them a CI from a research paper. Ask them to recover the components before the simulation does. This forces the bidirectional understanding that downstream simulations depend on.

Common Student Errors

Discussion Questions

Exam Connection

Typical exam questions give a confidence interval and ask students to find the point estimate and margin of error, or give a point estimate and margin of error and ask for the interval bounds. The simulation's two modes directly practice both directions. The Challenge tier exercises the comparison skill that appears in more advanced exam items, where students must interpret what different margins of error imply about study quality.