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 one line: there is no new content — you’ll review Weeks 1–6, work six fully worked exam-style problems, and take Exam 1.

Think of this week as practice: no new moves to learn, just the moves you already know, practiced until you can do them without thinking. Over Weeks 1–6 you learned to size up a study, describe a batch of numbers or categories honestly, and reason about chance with probability, expected value, and the Normal curve. Exam 1 asks you to do all three, on new scenarios, under time pressure, with no notes but the formula sheet you build yourself.

This unit is your self-study companion: a checklist of exactly what “ready” looks like, a compact reminder of what belongs on that formula sheet, six fully worked exam-style problems so you can check your own reasoning line by line, and a short list of exam-day tips. There is no new content this week — if a term below feels unfamiliar, that’s your cue to go back to the week that introduced it before exam day.

1Review checklist: what “ready for Exam 1” looks like

Work down this list chapter by chapter. For each bullet, ask yourself: could I do this without any notes or preparation, on paper, right now? If not, that’s your next review target — go back to the week named and redo its worked example without looking at the solution first.

1.1Chapter 1 — Data & Study Design (Week 1)

1.2Chapter 2 — Summarizing Data (Weeks 2–3)

1.3Chapter 3 — Probability, Random Variables & the Normal Curve (Weeks 3–6)

2What belongs on your formula sheet

Your formula sheet may hold formulas, symbol definitions, and short notes — not worked examples. Here is the complete cumulative list for Ch 1–3; copying it by hand (rather than printing it) is itself good review, since writing each formula out forces you to notice which ones you’ve already memorized.

ConceptFormulaSymbols
Sample meanxˉ=xin\bar{x} = \dfrac{\sum x_i}{n}xix_i = each value, nn = sample size
Sample standard deviations=(xixˉ)2n1s = \sqrt{\dfrac{\sum (x_i-\bar{x})^2}{n-1}}ss = sample SD
Interquartile rangeIQR=Q3Q1IQR = Q_3 - Q_1Q1,Q3Q_1, Q_3 = 25th/75th percentiles
Outlier fencesbelow Q11.5IQRQ_1 - 1.5\cdot IQR or above Q3+1.5IQRQ_3 + 1.5\cdot IQR
Complement ruleP(Ac)=1P(A)P(A^c) = 1 - P(A)AcA^c = “AA does not happen”
Addition rule (general)P(A or B)=P(A)+P(B)P(A and B)P(A \text{ or } B) = P(A)+P(B)-P(A \text{ and } B)disjoint events: drop the last term
Multiplication rule (independent)P(A and B)=P(A)×P(B)P(A \text{ and } B) = P(A) \times P(B)requires independence
Expected valueE(X)=xP(x)E(X) = \sum x \cdot P(x)μ=E(X)\mu = E(X)
SD of a random variableSD(X)=(xμ)2P(x)SD(X) = \sqrt{\sum (x-\mu)^2 P(x)}
z-scorez=xμσz = \dfrac{x-\mu}{\sigma}μ\mu = population mean, σ\sigma = population SD
Empirical rule68% within ±1σ\pm 1\sigma, 95% within ±2σ\pm 2\sigma, 99.7% within ±3σ\pm 3\sigmaof the mean, for an approximately Normal distribution

Symbol legend to have memorized (not written on the sheet, since these are notation, not formulas): μ\mu (population mean) vs. xˉ\bar{x} (sample mean); σ\sigma (population SD) vs. ss (sample SD); nn (sample size); P(A)P(A) (probability of event AA).

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) so you can trust it to the decimal place.

4Quick self-check before Exam 1

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 take Exam 1.

  1. In Example 1’s wellness study, if the researchers had instead just surveyed students about their existing morning habits (no random assignment), what type of study would that be, and why would it not support a cause-and-effect conclusion? (Observational; a confounding variable, like existing fitness level or schedule, could explain any stress difference.)

  2. Using Example 2’s playlist data, what would the mean become if you dropped the 52-song outlier and recomputed it on the other 10 values? Is it closer to or farther from the median of 21? (Mean of the remaining 10 values ≈ 20.8 songs — much closer to the median of 21, showing how strongly one point can pull the mean.)

  3. In Example 3’s dining table, is “30.0% of all students are Basic-plan and satisfied” a marginal, joint, or conditional proportion? (Joint.)

  4. A campus flyer plots four majors’ average weekly study hours (Business 12.4, Nursing 14.1, Psychology 13.0, CS 15.8) but starts the y-axis at 10 instead of 0. What’s the true ratio of the tallest bar to the shortest (CS to Business), and roughly how many times more dramatic does that gap look once the axis is truncated to start at 10? (True: 15.8/12.4 ≈ 1.27, about 27% higher. Truncated: apparent bars of 5.8 vs. 2.4, a ratio of about 2.42, i.e., about 142% “higher” — roughly five times more dramatic than the real 27% difference, from the same four numbers.)

  5. If two events AA and BB are disjoint (they can never both happen), what is P(A and B)P(A \text{ and } B), and how does the addition rule simplify? (P(A and B)=0P(A \text{ and } B) = 0; addition rule becomes P(A or B)=P(A)+P(B)P(A \text{ or } B) = P(A) + P(B).)

  6. In Example 5’s raffle, would a $5 ticket with the same prizes but probabilities 0.80, 0.15, 0.05 (instead of 0.90, 0.08, 0.02) have a higher or lower expected net winnings than $2.20-\$2.20? You don’t need to compute the exact value — reason from the fact that the $100 prize is now more likely. (Higher — moving probability toward the $100 prize raises E(prize)E(\text{prize}), which raises the net expected value, even though it’s still probably negative.)

  7. A z-score of z=1.5z = -1.5 means what, in plain language? (The value is 1.5 standard deviations below the mean.)

  8. According to the empirical rule, about what percent of values in an approximately Normal distribution fall more than 3 standard deviations from the mean, in either direction? (About 0.3%, since 99.7% fall within 3 SDs.)