Statistics Mastery 0 / 20
AP Statistics · Self-Study Guide

Core Concepts
Practice Quiz

20 carefully crafted questions on the topics students get wrong most often

Hypothesis Testing Normal Distributions & Z-Scores Margin of Error
0
Answered
0
Correct
0
Wrong
Progress
🧠
Quick Memory Point
H₀ vs H₁ · p-value · Two Types of Errors
NULL = boring (no change) · ALT = exciting (something happened)
p-value small → REJECT H₀ (p < α = guilty!)
Type I = False Alarm (reject true H₀) · Type II = Miss (fail to reject false H₀)
Key words: REJECT if p < α · FAIL TO REJECT if p ≥ α
1
Easy
A researcher wants to test whether a new drug reduces blood pressure. Which is the correct alternative hypothesis H1?
Explanation
The drug reduces blood pressure → we expect μ to be lower than baseline μ₀. That's a one-tailed left test: H₁: μ < μ₀. Choice D (μ ≠ μ₀) would be a two-tailed test used when we only know the drug changes pressure, not the direction.
2
Easy
A hypothesis test gives p-value = 0.03 at significance level α = 0.05. What is the correct conclusion?
Explanation
p-value (0.03) < α (0.05) → Reject H₀. We never "accept H₁ as proven" — we only say there is sufficient evidence to support H₁. Choice C is wrong because statistical tests don't prove hypotheses, they only provide evidence against H₀.
3
Tricky
A doctor rejects H₀: "patient is healthy" even though the patient is actually healthy. This is an example of which error?
💡 Think: What's the "truth" and what did we "decide"?
Explanation
Type I Error (α) = Rejecting H₀ when H₀ is actually TRUE. Here H₀ = "patient is healthy" is TRUE, but we rejected it — classic false alarm. Memory trick: Type I = False POSITIVE (like a fire alarm going off with no fire).
4
Tricky
Which statement about the p-value is correct?
Explanation
The correct definition: p-value = P(data this extreme | H₀ is true). It is NOT the probability that H₀ is true (that's a Bayesian posterior). Many students confuse this — the p-value assumes H₀ is true and asks how surprising our data is under that assumption.
5
Tricky
For a two-tailed test with α = 0.05, what is the critical z-value?
Reject H₀ if |z| > z*
Explanation
For a two-tailed test at α = 0.05, we split α into two tails: 0.025 each side. P(Z < z*) = 0.975 → z* = 1.96. Memory: 90% → 1.65 · 95% → 1.96 · 99% → 2.576. These three values appear on almost every exam.
6
Hard
Increasing the significance level α from 0.01 to 0.05 will:
Explanation
α = P(Type I Error). Raising α from 0.01 → 0.05 directly increases Type I error probability. The trade-off: a larger α means a wider rejection region → easier to reject H₀ → decreases Type II error (β). These two errors have an inverse trade-off for fixed sample size.
7
Hard
A test statistic is z = 2.10 for a right-tailed test at α = 0.05 (critical value = 1.65). What is the correct conclusion?
Explanation
Right-tailed test: reject H₀ if z > z*. Here z = 2.10 > 1.65 = z*, so the test statistic falls in the rejection region → Reject H₀. Note: we never say "accept H₀" — only "fail to reject" or "reject."
📐
Quick Memory Point
Z-Score · Empirical Rule · Standardization
Z = (x − μ) / σ → "How many σ away from the mean?"
68–95–99.7 Rule: 1σ=68% · 2σ=95% · 3σ=99.7%
POSITIVE z = above mean · NEGATIVE z = below mean
Area LEFT of z = P(Z < z) from z-table
8
Easy
A student scores 78 on a test with mean μ = 70 and standard deviation σ = 4. What is the z-score?
z = (x − μ) / σ
Explanation
z = (78 − 70) / 4 = 8 / 4 = 2.0. The student scored exactly 2 standard deviations above the mean. Since the score is above μ, z is positive. A common mistake: subtracting in the wrong order (70−78 = −8) giving z = −2.0.
9
Easy
In a normal distribution N(50, 10²), approximately what percentage of data falls between 40 and 60?
💡 Use the Empirical Rule (68–95–99.7%)
Explanation
μ = 50, σ = 10. The range 40 to 60 = (50 − 10) to (50 + 10) = μ ± 1σ. By the Empirical Rule, approximately 68% of data falls within 1 standard deviation of the mean. 95% would be 30–70 (±2σ), and 99.7% would be 20–80 (±3σ).
10
Tricky
If P(Z < z) = 0.8413, what is the value of z? (Z follows the standard normal distribution)
Explanation
P(Z < 1.00) = 0.8413 is a key z-table value to memorize. It comes directly from the Empirical Rule: P(μ − σ < X < μ) = 34%, and P(X < μ) = 50%, so P(X < μ + σ) = 50% + 34% = 84% ≈ 0.8413. Therefore z = 1.00.
11
Tricky
Heights are normally distributed: μ = 170 cm, σ = 8 cm. What is P(X > 186)?
💡 First find the z-score, then use the complement rule: P(X > x) = 1 − P(X < x)
Explanation
Step 1: z = (186 − 170)/8 = 16/8 = 2.0. Step 2: P(Z < 2.0) = 0.9772. Step 3: P(Z > 2.0) = 1 − 0.9772 = 0.0228. Common mistake: forgetting to use the complement and reporting 0.9772 instead. Always ask: "Am I looking for the LEFT or RIGHT tail?"
12
Tricky
What happens to the shape of a normal distribution when σ (standard deviation) increases?
Explanation
A larger σ means more spread/variability. The total area under any normal curve = 1 (always). So if it spreads wider, the peak must get shorter to keep total area = 1. Think of it like stretching dough — wider = flatter. μ controls location (left/right shift), σ controls shape (tall/narrow vs. short/wide).
13
Hard
SAT scores: μ = 500, σ = 100. A student scored in the 84th percentile. Approximately what was their score?
💡 84th percentile means P(X < score) = 0.84 → find z, then convert back
Explanation
P(Z < z) = 0.84 → z ≈ 1.00 (from z-table, P(Z < 1.00) = 0.8413). Now reverse the z-score formula: x = μ + zσ = 500 + (1.00)(100) = 600. Step: percentile → z-value → x = μ + zσ. This "reverse standardization" is a very common exam question.
14
Hard
X ~ N(60, 25). Note: the second parameter is variance σ². What is P(55 < X < 70)?
σ² = 25 → σ = √25 = 5
Explanation
σ = √25 = 5. z for 55: (55−60)/5 = −1.0. z for 70: (70−60)/5 = 2.0. P(−1 < Z < 2) = P(Z < 2) − P(Z < −1) = 0.9772 − 0.1587 = 0.8185 ≈ 81.9%. Key trap: using σ = 25 instead of σ = 5. Always check if you're given variance σ² or standard deviation σ!
🎯
Quick Memory Point
MoE · Confidence Interval · Sample Size
MoE = z* × (σ / √n) or z* × √(p̂(1−p̂)/n)
CI = x̄ ± MoE → "We are C% confident μ is in this range"
To HALVE MoE → QUADRUPLE n (n ∝ 1/MoE²)
Wider CI ≠ Better · Narrower CI = more precise
15
Easy
A 95% confidence interval for a population mean is (42, 58). What is the margin of error?
💡 MoE = (upper − lower) ÷ 2
Explanation
MoE = (Upper − Lower) / 2 = (58 − 42) / 2 = 16 / 2 = 8. The center (point estimate) = (58 + 42) / 2 = 50. So the interval is 50 ± 8. Many students mistakenly give 16 (the full width) as the margin of error — remember MoE is half the interval width.
16
Easy
Which of the following correctly interprets a 95% confidence interval (44, 56) for the population mean μ?
Explanation
The correct interpretation is B. μ is a fixed (unknown) constant — it doesn't have a probability. Once the interval is calculated, either μ IS in it or it ISN'T. The "95%" refers to the procedure: if we repeated sampling many times, 95% of constructed intervals would contain μ. Choice A confuses frequentist intervals with Bayesian credible intervals.
17
Tricky
A poll has a margin of error of ±4% with n = 600. To reduce the margin of error to ±2%, approximately how large must n be?
💡 Key relationship: MoE ∝ 1/√n
Explanation
MoE ∝ 1/√n. To halve the MoE (4% → 2%), we need √n to double → n must quadruple. New n = 4 × 600 = 2,400. This is the most commonly tested MoE relationship: halving the error requires 4× the sample size, not 2×. Students almost always choose "double" by intuition — this is the #1 trap on this topic.
18
Tricky
A survey finds p̂ = 0.60 with n = 400. Calculate the 95% confidence interval for p. Use z* = 1.96.
CI = p̂ ± z* √(p̂(1−p̂)/n)
Explanation
SE = √(0.60 × 0.40 / 400) = √(0.24/400) = √0.0006 = 0.02449. MoE = 1.96 × 0.02449 ≈ 0.048. CI = 0.60 ± 0.048 = (0.552, 0.648). Common mistake: using n instead of √n, or forgetting to multiply SE by z*.
19
Hard
Which of the following will decrease the margin of error? Select the best answer.
Explanation
MoE = z* × σ/√n. To decrease MoE: ↑n (more data), ↓z* (lower confidence), or ↓σ. Choice C increases n from 100 → 400 (×4), so MoE halves — that's a clear decrease. Choice A increases confidence level → larger z* → increases MoE. Choice B decreases n → increases MoE. Choice D increases σ → increases MoE.
20
Hard
A researcher wants a margin of error of at most 3% for a proportion with 95% confidence (z* = 1.96). Assuming maximum variability (p̂ = 0.5), what is the minimum required sample size?
n = (z*/E)² × p̂(1−p̂)
Explanation
n = (1.96/0.03)² × 0.5 × 0.5 = (65.33)² × 0.25 = 4268.4 × 0.25 = 1067.1 → round UP to 1,068. Always round sample size UP to meet the requirement. p̂ = 0.5 gives maximum variability (p(1−p) = 0.25 is maximum), so this is the conservative (largest) estimate. A very common error is forgetting to square z*/E.
🎉
All Done!
Here's how you did
out of 20
`;