๐Ÿ“–
What Is a Confidence Interval?

Core Definition

A confidence interval is a range of plausible values for an unknown population parameter, constructed from sample data. A C% confidence interval means: if we repeated this procedure many times, C% of the resulting intervals would capture the true parameter.

General Structure
$$\text{CI} = \hat{\theta} \pm z^* \cdot \text{SE}(\hat{\theta})$$

Estimate ยฑ (Critical value ร— Standard Error)

๐Ÿงฎ
The 4 Key Formulas to Memorize
โ‘  One-Sample z-Interval for Mean (ฯƒ known)
$$\bar{x} \pm z^* \cdot \frac{\sigma}{\sqrt{n}}$$
โ‘ก One-Sample t-Interval for Mean (ฯƒ unknown)
$$\bar{x} \pm t^* \cdot \frac{s}{\sqrt{n}}, \quad df = n-1$$
โ‘ข One-Sample z-Interval for Proportion
$$\hat{p} \pm z^* \cdot \sqrt{\frac{\hat{p}(1-\hat{p})}{n}}$$
โ‘ฃ Margin of Error (ME)
$$ME = z^* \cdot \frac{\sigma}{\sqrt{n}} \Rightarrow n = \left(\frac{z^* \cdot \sigma}{ME}\right)^2$$
โญ
Critical Values โ€” Memorize These!
Confidence LevelTwo-tail ฮฑz* (or t*โ†’โˆž)
90%0.101.645
95%0.051.960
98%0.022.326
99%0.012.576
โ˜… Must-Know Memory Points
Conditions for z-interval: SRS, known ฯƒ, Normal population or n โ‰ฅ 30
Conditions for t-interval: SRS, unknown ฯƒ, Normal pop. or n โ‰ฅ 30 (CLT)
Conditions for p-interval: SRS, $n\hat{p} \ge 10$ and $n(1-\hat{p}) \ge 10$, pop โ‰ฅ 10n
Wider CI โ† higher confidence level OR smaller n OR larger ฯƒ/s
To halve ME, you must quadruple sample size n
df for one-sample t: df = n โˆ’ 1
"Confident" โ‰  "probability" โ€” the parameter is fixed, not random!
๐Ÿ“Š
Correct vs. Incorrect Interpretation
โŒ WRONG โ€” Never say this
"There is a 95% probability that the true mean lies between 48.2 and 53.8."
โœ… CORRECT โ€” Say this
"We are 95% confident that the true population mean lies between 48.2 and 53.8. If this procedure were repeated many times, 95% of the resulting intervals would capture the true mean."
โœ๏ธ
Worked Example 1 โ€” z-Interval for Mean
1
z-Interval
A quality control engineer measures the fill volume of 64 randomly selected bottles. The population standard deviation is known to be $\sigma = 2.4$ mL. The sample mean is $\bar{x} = 500.3$ mL. Construct a 95% confidence interval for the true mean fill volume.
Step 1 โ€” Identify: One-sample z-interval (ฯƒ known), $\bar{x}=500.3$, $\sigma=2.4$, $n=64$, $C=95\%$
Step 2 โ€” Conditions: (1) SRS โœ“ (2) ฯƒ known โœ“ (3) n=64 โ‰ฅ 30, CLT applies โœ“
Step 3 โ€” Critical value: $z^* = 1.960$ for 95%
Step 4 โ€” Standard Error: $$SE = \frac{\sigma}{\sqrt{n}} = \frac{2.4}{\sqrt{64}} = \frac{2.4}{8} = 0.30$$
Step 5 โ€” Margin of Error: $$ME = z^* \cdot SE = 1.960 \times 0.30 = 0.588$$
Step 6 โ€” Interval: $$500.3 \pm 0.588 \Rightarrow (499.712,\ 500.888)$$
95% CI: (499.71 mL, 500.89 mL)
Interpretation: We are 95% confident the true mean fill volume is between 499.71 mL and 500.89 mL.
โœ๏ธ
Worked Example 2 โ€” Proportion Interval
2
p-Interval
In a survey of 400 registered voters, 220 said they support a new education policy. Construct a 90% confidence interval for the true proportion of all voters who support the policy.
Step 1 โ€” Identify: One-sample z-interval for proportion, $n=400$, $x=220$
Step 2 โ€” Sample proportion: $$\hat{p} = \frac{220}{400} = 0.55$$
Step 3 โ€” Conditions: $n\hat{p}=220 \ge 10$ โœ“, $n(1-\hat{p})=180 \ge 10$ โœ“, SRS โœ“
Step 4 โ€” Critical value: $z^* = 1.645$ for 90%
Step 5 โ€” SE: $$SE = \sqrt{\frac{0.55 \times 0.45}{400}} = \sqrt{\frac{0.2475}{400}} = \sqrt{0.00061875} \approx 0.02488$$
Step 6 โ€” ME: $ME = 1.645 \times 0.02488 \approx 0.0409$
Step 7 โ€” Interval: $0.55 \pm 0.041 \Rightarrow (0.509,\ 0.591)$
90% CI for p: (0.509, 0.591) or (50.9%, 59.1%)
20 Exam-Style Problems
Type your numerical answer. Round to 4 decimal places unless stated otherwise.
Answered0 / 20
Complete Answer Key

Solutions & Explanations

All 20 problems with step-by-step solutions

Final Results
0%
Score
โ€”
0
Correct
0
Wrong
โ€”
Time Used
โ€”
Accuracy