Mean Confidence Interval
If a sample mean is 50, the sample standard deviation is 10, the sample size is 100, and the confidence level is 95%, the interval is centered on 50 with a moderate margin of error.
50 ± 1.96 × (10 / √100)
Result: approximately [48.04, 51.96]
Proportion Confidence Interval
If 60% of a sample of 400 respondents choose an option, a 95% confidence interval estimates the likely population proportion.
0.60 ± 1.96 × √(0.60 × 0.40 / 400)
Result: approximately [55.20%, 64.80%]
Narrower Interval with Larger Sample
Keeping the same sample mean and variability but increasing the sample size reduces the margin of error.
Margin of error ∝ 1 / √n
Result: larger samples usually produce tighter intervals
Higher Confidence Level
Raising the confidence level from 90% to 99% increases the critical value and widens the interval.
Higher z-score → larger margin of error
Result: higher confidence gives a wider interval