Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

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^\hat p, xˉ\bar 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)

1.2Chapter 5 — Foundations for Inference (Weeks 9–11)

2What belongs on your formula sheet

Your formula sheet may hold formulas, symbol definitions, and short notes — not worked examples. Here is the complete list for Ch 4–5.

ConceptFormulaSymbols
z-scorez=xμσz = \dfrac{x-\mu}{\sigma}μ\mu = population mean, σ\sigma = population SD
SE of a sample proportionSEp^=p^(1p^)nSE_{\hat p} = \sqrt{\dfrac{\hat p(1-\hat p)}{n}}p^\hat p = sample proportion, nn = sample size
SE of a sample meanSExˉ=snSE_{\bar x} = \dfrac{s}{\sqrt{n}}ss = sample SD (σ/n\sigma/\sqrt n if σ\sigma is known)
Confidence interval (general)point estimate ±zSE\pm\, z^* \cdot SEzz^* = critical value for the chosen confidence level
Margin of errorME=zSEME = z^* \cdot SE
Test statistic (general z-form)z=estimatenull valueSEz = \dfrac{\text{estimate} - \text{null value}}{SE}evaluated using the null value in SESE
Decision rulereject H0H_0 if p-value <α< \alpha; otherwise fail to rejectα\alpha = significance level

Critical values zz^* (memorize — short enough to skip the sheet):

Confidence level90%95%99%
zz^*1.6451.9602.576

Symbol legend to have memorized (notation, not formulas, so it doesn’t belong on the sheet): μ\mu (population mean) vs. xˉ\bar x (sample mean); pp (population proportion) vs. p^\hat p (sample proportion); H0H_0 (null hypothesis) vs. HaH_a (alternative hypothesis); α\alpha (significance level, chosen before you see the data); nn (sample size).

3Exam-style worked examples

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.

4Quick self-check before the exam

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.

  1. Using Example 1’s playlist model N(3.5,0.6)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.667z=1.667, P(X>4.5)=10.9522=0.0478P(X>4.5)=1-0.9522=0.0478 — about 4.8%.)

  2. 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.)

  3. In Example 3, if the water-bottle sample size had been n=600n=600 instead of n=150n=150 (same p^=0.28\hat p=0.28), would SEp^SE_{\hat p} get bigger or smaller, and by roughly what factor? (Smaller; nn is under a square root, so quadrupling nn cuts the SE in half.)

  4. In Example 4’s carpool interval (0.2085,0.3315)(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.)

  5. In Example 5, would a 99% confidence interval for mean sleep be wider or narrower than the 90% interval (6.535,6.865)(6.535, 6.865) shown? (Wider — higher confidence requires a bigger margin of error, i.e., a bigger zz^*, 2.576 vs. 1.645.)

  6. In Example 6’s laptop test, if the sample had instead found exactly 162 owners out of 180 (p^=0.90\hat p = 0.90, matching the claim exactly), what would the test statistic zz equal, and what decision would follow? (z=0z=0; p-value =1=1; fail to reject H0H_0 — no evidence against the claim.)

  7. What is the difference between a Type I and a Type II error, in one sentence each? (Type I: rejecting a true H0H_0. Type II: failing to reject a false H0H_0.)

  8. 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.)