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.

๐Ÿ’ญ Hint When Stuck

Margin of error = critical value \times standard error. To halve the margin of error, you need four times the sample size because the standard error involves \sqrt{n} in the denominator.

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.

What is the Margin of Error formula?

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

When do you use Margin of Error?

Margin of error = critical value \times standard error. To halve the margin of error, you need four times the sample size because the standard error involves \sqrt{n} in the denominator.

How Margin of Error Connects to Other Ideas

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