Margin of Error

Statistics
definition

Also known as: MOE

Grade 9-12

View on concept map

The maximum expected difference between the sample statistic and the true population parameter; it is half the width of a confidence interval. Every poll and survey reports a margin of error.

Definition

The maximum expected difference between the sample statistic and the true population parameter; it is half the width of a confidence interval.

💡 Intuition

When a poll says 'the approval rating is 52\% with a margin of error of \pm 3\%,' it means the true value is likely between 49\% and 55\%. The margin of error is the '\pm' part—it tells you how much wiggle room to give the estimate. Larger samples and less variability shrink the margin of error.

🎯 Core Idea

Margin of error depends on three things: confidence level (z^*), variability (s), and sample size (n). You can shrink it by increasing n.

Example

Poll: \hat{p} = 0.52, n = 1000, 95\% confidence. E = 1.96 \cdot \sqrt{\frac{0.52 \times 0.48}{1000}} \approx 0.031 So the margin of error is about \pm 3.1\%.

Formula

E = z^* \cdot \frac{s}{\sqrt{n}}

Notation

E is the margin of error; the confidence interval is \bar{x} \pm E.

🌟 Why It Matters

Every poll and survey reports a margin of error. Understanding it lets you judge whether differences are real or within the noise. A candidate 'leading' by 2\% with a \pm 3\% margin is effectively tied.

Formal View

E = z^* \cdot \frac{s}{\sqrt{n}} for means; E = z^* \cdot \sqrt{\frac{\hat{p}(1-\hat{p})}{n}} for proportions

🚧 Common Stuck Point

The margin of error only accounts for random sampling error—it doesn't cover bias from bad survey design or non-response.

⚠️ Common Mistakes

  • Thinking margin of error covers all sources of error—it only measures random sampling variability, not bias or measurement error.
  • Believing that doubling the sample size halves the margin of error—it only reduces it by a factor of \sqrt{2} \approx 1.41.
  • Ignoring the margin of error when comparing two poll results and declaring a 'winner' when the difference is smaller than the MOE.

Frequently Asked Questions

What is Margin of Error in Math?

The maximum expected difference between the sample statistic and the true population parameter; it is half the width of a confidence interval.

Why is Margin of Error important?

Every poll and survey reports a margin of error. Understanding it lets you judge whether differences are real or within the noise. A candidate 'leading' by 2\% with a \pm 3\% margin is effectively tied.

What do students usually get wrong about Margin of Error?

The margin of error only accounts for random sampling error—it doesn't cover bias from bad survey design or non-response.

What should I learn before Margin of Error?

Before studying Margin of Error, you should understand: confidence interval, standard deviation.

How Margin of Error Connects to Other Ideas

To understand margin of error, you should first be comfortable with confidence interval and standard deviation.