The margin of error is a statistic that expresses how much a survey or sample result may differ from the true population value, written as ± a number (for example, “52% ± 3%”). It is calculated using the formula ME = z* × (σ / √n), where z* is the critical value for the chosen confidence level, σ is the population standard deviation, and n is the sample size. A larger sample size produces a smaller margin of error. Margin of error appears in Florida’s MAFS.912.S-IC standards and on the SAT Math section under Data Analysis.

"Margin of Error" Explained

Answer usually is “between” two values.

Margin of Error — Definition, Formula & Statistics Examples

Formal definition: The margin of error is a measure of the uncertainty in a statistical estimate. When a sample is used to draw conclusions about a population, the margin of error describes the range within which the true population value is expected to fall, expressed as ± a value around the sample result. For example, if a poll reports “54% ± 3%,” the true support level is estimated to be anywhere between 51% and 57%.

Margin of Error

Where you’ll see it: Margin of error appears in statistics courses (grades 10–12 and AP Statistics), Florida MAFS.912.S-IC inference standards, FSA assessments, SAT Math (Problem Solving & Data Analysis section), ACT Mathematics, and any data-interpretation passage on standardized tests. It is the foundational concept behind confidence intervals, sampling distributions, and survey reliability.

The Margin of Error Formula Explained

The margin of error formula uses three inputs: the confidence level (expressed as a z-score), the population standard deviation (σ), and the sample size (n). Understanding each variable is necessary before you can calculate or interpret a margin of error correctly.

📐 MARGIN OF ERROR FORMULA
ME = z* × (σ / √n)
  • ME = Margin of Error — the ± range reported around a sample result
  • z* = Critical value (z-score) for the chosen confidence level
  • σ = Population standard deviation (spread of individual values)
  • n = Sample size (number of observations in the sample)
  • √n = Square root of the sample size
📊 Z-SCORE CRITICAL VALUES – CONFIDENCE LEVEL REFERENCE
90% → z* = 1.645 | 95% → z* = 1.96 | 99% → z* = 2.576
  • 90% Confidence Level: z* = 1.645 — used in AP Statistics and ACT Statistics problems
  • 95% Confidence Level: z* = 1.96 — the most common confidence level; used on SAT and in polling data
  • 99% Confidence Level: z* = 2.576 — used when higher certainty is required (medical or research contexts)

The Margin of Error Formula Explained

EXAMPLE 1 EASY
A poll of 400 voters finds 54% support a candidate. The standard deviation is 0.5. Find the margin of error at 95% confidence.
Step 1 – Identify variables: n = 400, σ = 0.5, z* = 1.96 (95% confidence)
Step 2 – Calculate σ/√n: 0.5 ÷ √400 = 0.5 ÷ 20 = 0.025
Step 3 – Multiply by z*: ME = 1.96 × 0.025 = 0.049
Step 4 – Convert to percentage: ME ≈ 4.9% → round to ±5%
Answer: The margin of error is ±4.9%. The true support level is between 49.1% and 58.9%.
EXAMPLE 2 MEDIUM
A researcher wants to reduce the margin of error from ±5% to ±2.5% (at 95% confidence, σ = 0.5). What sample size is required?
Step 1 – Rearrange the formula: n = (z* × σ / ME)²
Step 2 – Substitute: n = (1.96 × 0.5 / 0.025)²
Step 3 – Simplify numerator: 1.96 × 0.5 = 0.98 → 0.98 ÷ 0.025 = 39.2
Step 4 – Square: 39.2² = 1,536.64 → round up to 1,537
Answer: A sample size of at least 1,537 is required to halve the margin of error. Note: halving ME requires quadrupling n.
EXAMPLE 3 SAT LEVEL
A survey of 100 students finds that 68 prefer online tutoring, with a margin of error of ±8% at 90% confidence. A researcher claims the true percentage could be as low as 55%. Is this claim consistent with the survey results?
Step 1 – Calculate the interval: 68% - 8% = 60% lower bound; 68% + 8% = 76% upper bound
Step 2 – Check the claim: 55% is below the lower bound of 60%
Step 3 – Interpret: At 90% confidence, the margin of error interval is 60%–76%. A value of 55% falls outside this range.
Answer: No – 55% is inconsistent with the survey results at 90% confidence. The SAT often tests whether students can determine if a value is within or outside a margin of error interval.

Margin of Error on the SAT Math Section

Margin of error questions appear in the SAT’s Problem Solving & Data Analysis subsection — one of the two main SAT Math domains. These questions test whether students can interpret survey data, identify the meaning of a margin of error, and determine whether a specific value is or is not consistent with reported results.

SAT QUESTION TYPE WHAT IT TESTS FREQUENCY
Interval interpretation Given "X% ± Y%," determine if a value falls inside or outside the confidence interval 2–3× per test
Margin of error meaning Identify what the ± value represents in context (uncertainty, precision, range) 1–2× per test
Sample size effect Determine how changing n affects ME — larger sample = smaller ME 1× per test
Conclusion validity Assess whether a stated conclusion about a population is supported by the sample data and ME 1× per test
SAT STRATEGY RULE – MARGIN OF ERROR
Check the interval first · Then evaluate the claim · Then answer the question
  • Step 1: Calculate the interval — subtract ME for the lower bound, add ME for the upper bound.
  • Step 2: Locate the value in question — is it inside or outside the interval?
  • Step 3: State your answer in terms of consistency — not "true/false," but "consistent/inconsistent with the data."

Confidence Levels — How They Affect Margin of Error

A confidence level tells you how certain you are that the true population value falls within your margin of error interval. A higher confidence level means a wider interval (larger ME) — you are trading precision for certainty. A lower confidence level gives a narrower interval (smaller ME) — more precise, but less certain.

90% CONFIDENCE
z* = 1.645
Narrowest interval · Less certainty · Used in AP Statistics problems and ACT Math · If you repeat the survey 100 times, the true value falls inside the interval approximately 90 times.
95% CONFIDENCE
z* = 1.96
Most common level · SAT default · Used in most real-world polling and research · The true value falls inside the interval approximately 95 times out of 100.
99% CONFIDENCE
z* = 2.576
Widest interval · Highest certainty · Used in medical, scientific, and research contexts where error is very costly · True value inside the interval approximately 99 times out of 100.

Sample size relationship: The only way to reduce margin of error without changing the confidence level is to increase the sample size (n). Doubling the precision (halving ME) requires quadrupling n — because n appears under a square root in the formula.

Common Mistakes — Margin of Error

Confusing margin of error with the confidence level. Students write “the margin of error is 95%” when the correct statement is “at 95% confidence, the margin of error is ±3%.” These are two different values — the confidence level (95%) determines which z-score (1.96) to use in the formula.
✓ Fix: Always state ME with ± units and the confidence level separately (“at 95% confidence, ME = ±3 percentage points”).
Forgetting to take the square root of n. Students compute z* × (σ/n) instead of z* × (σ/√n). This produces a dramatically wrong answer because n can be hundreds or thousands — √400 = 20, not 400.
✓ Fix: Write the formula with √n explicitly before substituting. Calculate √n first, then divide σ by that result.
Claiming a value “proves” the population parameter. On the SAT, students sometimes write “the poll proves support is 54%.” Margin of error means the true value is estimated to be within a range — not proven. The language should be “consistent with” or “within the margin of error.”
✓ Fix: Use “consistent with the data” or “within the ± range” — never “proves” or “exactly equals.”
Assuming a bigger sample always fixes the problem. Students sometimes confuse sample size with sample quality. Margin of error captures random sampling error — but a biased sample (e.g., surveying only one neighborhood in Orlando) produces biased results regardless of how large n is. Margin of error does not account for systematic error.
✓ Fix: ME captures only random sampling variability. A large n with a biased sampling method still produces a biased estimate — a common SAT Data & Statistics trap.

Practice: Margin of Error Problems

Try each problem before revealing the answer. These follow the difficulty progression of SAT Problem Solving & Data Analysis questions.

PRACTICE 1 EASY
Margin of Error
A survey of 900 households reports a mean monthly spend of $2,400, with σ = 300. Find the margin of error at 95% confidence.
PRACTICE 3 SAT LEVEL
Sample Size Effect
Two surveys study the same population. Survey A uses n = 400 and reports ME = ±5%. Survey B uses n = 1,600. What is Survey B's margin of error (same z* and σ)?

Frequently Asked Questions — Margin of Error

The margin of error is a measure of uncertainty in a statistical sample result. It tells you how far the true population value might differ from the sample’s estimate, expressed as ± a value (for example, “52% ± 3%”). Margin of error is calculated using the formula ME = z* × (σ/√n), where z* is the confidence level’s critical value, σ is the standard deviation, and n is the sample size. It appears in Florida’s MAFS.912.S-IC inference standards and on the SAT Math section.

The margin of error formula is ME = z* × (σ / √n). The three variables are: z* (the critical value for the confidence level — 1.645 for 90%, 1.96 for 95%, 2.576 for 99%), σ (the population standard deviation), and n (the sample size). A larger sample size reduces the margin of error because n appears under a square root in the denominator. On the SAT, margin of error questions almost always use a 95% confidence level with z* = 1.96.

As sample size (n) increases, margin of error decreases. Specifically, to cut the margin of error in half, you must quadruple the sample size — because n appears under a square root in the formula. For example, if n = 400 gives ME = ±5%, then n = 1,600 gives ME = ±2.5%. This inverse square root relationship is a common SAT Data & Statistics question type and an AP Statistics exam concept that aligns with Florida’s MAFS.912.S-IC standards.

Margin of error appears on the SAT under Problem Solving & Data Analysis — typically 2–4 questions per test. Common question types include: interpreting what the ± value means in a given context, determining whether a stated value is consistent with a reported margin of error interval, identifying how changing the sample size would affect the margin of error, and evaluating whether a conclusion about a population is supported by the sample data. Understanding how to calculate the interval (sample result ± ME) and reason about values inside or outside it is the essential skill.

Yes. InLighten’s certified math tutors in Orlando specialize in SAT Math including Data & Statistics — covering margin of error, confidence intervals, sample size reasoning, and the specific question types that appear on the SAT Problem Solving section. We also support AP Statistics students working with Florida’s MAFS.912.S-IC inference standards. Our tutors diagnose exactly where your student is losing points before building a targeted session plan. Book a free math assessment to get started.

Still Struggling with Margin of Error? Work with a Certified Math Tutor in Orlando.

Understanding the formula is one thing — applying it correctly on an SAT Data & Statistics passage under time pressure, distinguishing random sampling error from bias, and knowing which z-score to use for each confidence level, is another. InLighten’s certified math tutors in Orlando specialize in exactly this: diagnosing where your student loses points on statistics questions, then building targeted sessions around those gaps. Whether your student needs SAT Math prep, AP Statistics support, or help meeting Florida Bright Futures scholarship requirements, we build the plan that fits. Most students see score improvement within 4 sessions.