This week in a line: no new material — this is your Chapters 4–5 review and worked-example
study guide before Exam 2.
Exam 1 asked you to describe what was already sitting in front of you — a batch of numbers, a
two-way table, a bell curve you were simply handed. Chapters 4 and 5 ask a harder, more honest
question: what can you say about a population you cannot fully see, using only a sample drawn
from it? Chapter 4 sharpened the Normal curve from Chapter 3 into an exact instrument — any
cutoff, any percentile, no more rounding to the nearest whole standard deviation. Chapter 5 then
turned that instrument outward: every sample statistic (p^, xˉ) wobbles a little from
sample to sample, and Chapter 5 gave you the vocabulary and formulas — standard error, confidence
interval, hypothesis test — to say exactly how much wobble to expect and what to conclude from it.
Exam 2 checks whether you can run both halves cold, in whichever order a question demands. This
unit is your self-study companion: a review checklist by chapter, the new formula sheet for
Ch 4–5, seven fully worked exam-style problems, and a short list of exam-day tips. There is no new
content this week — if a term below feels unfamiliar, go back to the week that introduced it
before you test.
1Review checklist: what “ready for Exam 2” looks like¶
Work down this list chapter by chapter. For each bullet, ask yourself: could I do this without
any notes or preparation, right now? If not, redo that week’s worked example without looking at
the solution first.
1.1Chapter 4 — Working with the Normal Model (Week 8)¶
Standardize any value with the z-scorez=(x−μ)/σ and read off the exact proportion
below, above, or between two cutoffs using normalcdf (TI) / xpnorm (R) — no more rounding to
the nearest whole standard deviation.
Work the inverse-Normal direction with invNorm (TI) / xqnorm (R): given a percentile, or
a “top p%” / “bottom p%” statement, find the cutoff value.
Translate “at least” (right tail) and “at most” (left tail) into the correct shaded region
before you compute anything, and know the -1E99 / 1E99 open-tail convention on the TI.
Reconnect the exact method to the empirical rule from Chapter 3: know that “95% within
μ±2σ” is a rounded shortcut for the more exact figures normalcdf/xpnorm return at
z=±2 (about 95.4%), and that the empirical rule is a close approximation, not a
replacement, for the exact calculation.
Judge whether a real distribution is close enough to bell-shaped to trust the Normal model
(mean close to median, no long one-sided tail), and name a variable for which it would be a poor
choice (e.g., household income).
1.2Chapter 5 — Foundations for Inference (Weeks 9–11)¶
Tell a population parameter (μ, p) apart from a sample point estimate (xˉ,
p^), and explain that every point estimate carries sampling variability — a different
sample would produce a slightly different number.
Compute the standard error of a proportion, SEp^=p^(1−p^)/n, and of a
mean, SExˉ=s/n — the SE is the typical size of that sample-to-sample wobble.
State the Central Limit Theorem in plain language: for a large enough sample, the sampling
distribution of xˉ (or p^) is approximately Normal, centered at the true parameter,
with spread equal to the SE.
Build a large-sample confidence interval as point estimate ±z∗⋅SE, and interpret
it correctly — “we are 95% confident the true [parameter] is between ___ and ___” — never “there
is a 95% probability the parameter itself falls in this interval.”
Explain how confidence level and sample size each change the margin of error: higher
confidence widens the interval; a larger n narrows it. Know the three critical values by heart:
z∗=1.645 (90%), 1.96 (95%), 2.576 (99%).
Write a null hypothesisH0 and alternative hypothesisHa for a one- or two-sided
claim, compute a test statisticz=(estimate−null value)/SE, and use the
p-value to reach a decide / fail-to-reject conclusion at a stated significance level α.
Distinguish a Type I error (rejecting a true H0) from a Type II error (failing to
reject a false H0), and state the real-world cost of each in a given scenario.
Distinguish statistical significance (a small p-value) from practical importance (whether
the difference is actually large enough to matter in context).
Your formula sheet may hold formulas, symbol definitions, and short notes — not worked
examples. Here is the complete list for Ch 4–5.
Concept
Formula
Symbols
z-score
z=σx−μ
μ = population mean, σ = population SD
SE of a sample proportion
SEp^=np^(1−p^)
p^ = sample proportion, n = sample size
SE of a sample mean
SExˉ=ns
s = sample SD (σ/n if σ is known)
Confidence interval (general)
point estimate ±z∗⋅SE
z∗ = critical value for the chosen confidence level
Margin of error
ME=z∗⋅SE
—
Test statistic (general z-form)
z=SEestimate−null value
evaluated using the null value in SE
Decision rule
reject H0 if p-value <α; otherwise fail to reject
α = significance level
Critical values z∗ (memorize — short enough to skip the sheet):
Confidence level
90%
95%
99%
z∗
1.645
1.960
2.576
Symbol legend to have memorized (notation, not formulas, so it doesn’t belong on the sheet):μ (population mean) vs. xˉ (sample mean); p (population proportion) vs. p^
(sample proportion); H0 (null hypothesis) vs. Ha (alternative hypothesis); α
(significance level, chosen before you see the data); n (sample size).
Work each one yourself first — cover the solution with your hand or a sheet of paper — then check
your steps against what’s shown. Every number below was computed in R (mosaic/BSDA, R 4.5.2,
set.seed(1209)) so you can trust it to the decimal place.
Try each one on paper first. Brief answers follow so you can check yourself — no full
step-by-step solutions are given here on purpose; if your answer doesn’t match, redo the matching
worked example above before you test.
Using Example 1’s playlist model N(3.5,0.6), what proportion of songs run over 4.5
minutes? (Same tail as the “over 60 min” idea in Example 7(a): z=1.667,
P(X>4.5)=1−0.9522=0.0478 — about 4.8%.)
In Example 2, if the challenge instead wanted the top 5% cutoff (an “elite” badge), would
that step-count value be higher or lower than the 9,715-step “top 20%” cutoff found above, and
why? (Higher — a smaller percent at the top means a farther-out, more extreme cutoff.)
In Example 3, if the water-bottle sample size had been n=600 instead of n=150 (same
p^=0.28), would SEp^ get bigger or smaller, and by roughly what factor?
(Smaller; n is under a square root, so quadrupling n cuts the SE in half.)
In Example 4’s carpool interval (0.2085,0.3315), is it correct to say “there’s a 95% chance
the true carpool proportion is between 20.9% and 33.2%”? Why or why not? (No — the true
proportion is fixed; the 95% describes how often the interval-building procedure captures it
across repeated samples, not a probability about this one fixed interval.)
In Example 5, would a 99% confidence interval for mean sleep be wider or narrower than the
90% interval (6.535,6.865) shown? (Wider — higher confidence requires a bigger margin of
error, i.e., a bigger z∗, 2.576 vs. 1.645.)
In Example 6’s laptop test, if the sample had instead found exactly 162 owners out of 180
(p^=0.90, matching the claim exactly), what would the test statistic z equal, and what
decision would follow? (z=0; p-value =1; fail to reject H0 — no evidence against the
claim.)
What is the difference between a Type I and a Type II error, in one sentence each? (Type I:
rejecting a true H0. Type II: failing to reject a false H0.)
In Example 7, which of the three scenarios would change from a hypothesis test to a confidence
interval if the facilities manager instead asked “what’s our best estimate of the true average
fill amount?” rather than “does it differ from the claimed 12 oz?” (Scenario (c) — same data,
different goal: estimating vs. testing a specific claim.)