This week in a line: no new material — this is your Chapters 6–7 review, the comprehensive
final-exam study guide, and the course wrap-up.
Fifteen weeks ago you met a claim — “coffee drinkers live longer,” “the shelter’s most
playful cats get adopted fastest” — and learned to ask how do they know that? before you
believed it. Since then you’ve built, one week at a time, an entire toolkit for answering
that question with data instead of guessing. You classified variables and studies (Ch 1),
learned to summarize a batch of numbers or categories honestly (Ch 2), reasoned about chance
with probability and expected value (Ch 3), met the Normal curve and learned to compute exact
areas and percentiles under it (Ch 4), and then spent the second half of the semester on the
two ideas that connect the whole course: a confidence interval estimates an unknown
population value, and a hypothesis test checks whether a specific claimed value is
believable, once you account for ordinary sampling variability (Ch 5). The last two chapters
put that logic to work on the two most common real-world questions — what percent...?
(Ch 6, one proportion) and what’s the average...? (Ch 7, one mean). This week does three
things: it finishes reinforcing Chapter 7 (last week’s holiday-shortened session moved
fast, so this is your second look before Quiz 7), it gives you a Chapters 6–7 review
checklist, and it hands you a complete study plan for the comprehensive final. There is no
new content this week — every idea below is one you have already met.
If you can say what each line below means and give one example of your own, you have the
whole course in your hands:
Data & study design (Ch 1) — where the numbers came from, and whether the design
supports a cause-and-effect claim.
Summarizing data (Ch 2) — turning a messy list of numbers or categories into a
handful of trustworthy numbers and honest graphs.
Probability (Ch 3, §3.1) — the rules for combining chances (complement, addition,
multiplication) and what “independent” means.
Random variables & the Normal curve (Ch 3, §3.4–3.5 → Ch 4) — expected value and
spread of a chance process, and exact areas/percentiles under a bell curve.
Sampling distributions, CIs, and testing logic (Ch 5) — why a sample statistic
wobbles from sample to sample, and the two general tools (interval, test) built on that
fact.
Inference for one proportion (Ch 6) — the tools of step 5, made concrete for a
percentage question.
Inference for one mean (Ch 7) — the same tools, made concrete for an average
question.
Every later step uses the machinery of the steps before it — nothing in this course is a
free-standing fact you memorized in isolation. That’s also why the final is comprehensive:
a one-mean test (step 7) only makes sense if you still remember what a p-value is (step 5)
and why standard deviation matters (step 2).
2Review checklist: Chapter 6 — Inference for One Proportion (Week 13)¶
Recognize a one-proportion scenario: the variable of interest is categorical with
two outcomes (success/failure), and the question is about the population proportionp having that outcome.
Check the success–failure condition before trusting the Normal-based procedure:
for a test, np0≥10 and n(1−p0)≥10 using the claimed proportion p0;
for an interval, np^≥10 and n(1−p^)≥10 using the sample proportion
p^. Also check the sample is random/independent.
Build a confidence interval: p^±z∗⋅SEp^, where
SEp^=p^(1−p^)/n — the standard error uses p^ (you don’t
know p; you’re trying to estimate it).
Run a hypothesis test: state H0:p=p0 vs. HA:p=p0 (or <,> for a
one-sided claim); the test statistic z=(p^−p0)/SEp0 uses
SEp0=p0(1−p0)/n — this time the standard error uses the claimed value
p0, because the test asks “if p0 were true, how surprising is my p^?”
State the decision (reject / fail to reject H0) by comparing the p-value to α,
then translate that decision into a plain-language conclusion about the original
claim, not just about H0.
3Review checklist: Chapter 7 — Inference for One Mean (Week 14–15)¶
Recognize a one-mean scenario: the variable of interest is numerical, and the
question is about the population meanμ.
Check conditions: the sample is random/independent, and the sample is either large
(n≥30 is the usual rough guideline) or shows no strong skew/outliers if smaller — you
cannot skip this check just because n “feels big enough.”
Build a confidence interval: xˉ±t∗⋅SExˉ, where
SExˉ=s/n and t∗ comes from the t-distribution with
df=n−1 degrees of freedom (not the same z∗ you used in Ch 6, though the two are
close for large n).
Run a hypothesis test: state H0:μ=μ0 vs. HA; the test statistic is
t=(xˉ−μ0)/(s/n), again with df=n−1.
Remember the reason we lead with t rather than z here: your text and your TI-84’s
native menu (TInterval/T-Test) both use t, and t automatically becomes almost
identical to z once n is large — you are not learning two different ideas, just one
idea with a slightly more honest standard curve for finite samples.
As in Ch 6: translate the reject/fail-to-reject decision into a sentence about the
original claim, in the original units (hours, dollars, minutes — never just “μ”).
4The comprehensive final: a Chapter 1–7 checklist¶
The final is cumulative — every chapter you’ve studied gets at least one question, plus
at least one item that asks you to choose the right procedure with no chapter label
attached. Work through this list chapter by chapter; if a bullet feels shaky, that chapter’s
weekly unit has the full worked example.
Variable types (numerical: discrete/continuous; categorical: nominal/ordinal) · population
vs. sample, parameter vs. statistic · sampling methods and sources of bias · observational
study vs. experiment, and why only randomization supports a cause-and-effect claim
(confounding). (The full worked version of this checklist is in Week 7’s review.)
Mean, median, mode, standard deviation s, five-number summary, IQR, the 1.5·IQR outlier
rule · shape (symmetric / skewed / modality) and why skew pulls the mean away from the
median · frequency/relative-frequency tables and honest (zero-based) bar charts · two-way
tables and the difference between a marginal, joint, and conditional proportion.
(Full worked version also in Week 7’s review.)
4.3Chapter 3 — Probability, Random Variables & the Normal Curve¶
Sample space and probability as long-run relative frequency · complement rule
P(Ac)=1−P(A) · addition rule (general and disjoint) · multiplication rule for
independent events · a discrete random variable’s distribution (probabilities sum to 1)
· expected value E(X)=∑xP(x) · SD(X)=∑(x−μ)2P(x) · continuous
variables: probability = area under a density curve · features of the Normal curve ·
z-scores z=(x−μ)/σ · the 68–95–99.7 empirical rule.
Finding an exact proportion below/above/between given values (normalcdf/xpnorm) ·
finding the value at a given percentile (invNorm/xqnorm) · judging whether the Normal
model is even appropriate for a given variable (and saying so when it isn’t — that’s a
graded skill, not an afterthought).
Point estimate (p^, xˉ) vs. population parameter (p, μ) · why a statistic
varies from sample to sample (sampling variability) · standard error,
SEp^=p(1−p)/n and SExˉ=s/n · the Central Limit Theorem, in
plain words · a confidence interval’s correct interpretation (a range of plausible values
for the parameter at a stated confidence level — not “there’s a 95% probability the
parameter is in this particular interval”) · H0/HA, p-value, α, and the
reject/fail-to-reject decision · Type I error (rejecting a true H0) vs. Type II error
(failing to reject a false H0), and the real-world cost of each · statistical
significance vs. practical importance.
This course only ever studies one group at a time — you will never be asked to compare
two proportions or two means (that’s Ch 6.2–7.5, outside this course). That simplifies the
final’s “which tool?” question to a short chain:
Figure 1. A two-stage decision-flow diagram: first the outcome type (categorical vs. numerical) sets proportion vs. mean, then the verb (estimate vs. test the claim) sets confidence interval vs. hypothesis test.
Is the question about how the data were collected, or about a cause-and-effect claim?
→ Chapter 1 vocabulary (population/sample, observational study/experiment,
confounding). No calculation needed.
Does the question just ask you to describe or graph a dataset — no unknown population
value is being estimated? → Chapter 2 (numerical or categorical summary).
Does the question hand you probabilities directly, or a full probability distribution,
and ask you to combine them or find an expected value? → Chapter 3 (probability rules,
E(X), SD(X)).
Does the question say a variable “is approximately Normal” and ask for an area or a
percentile — with no sample statistic being used to estimate an unknown parameter? →
Chapter 4 (normalcdf/invNorm, xpnorm/xqnorm).
Is the question about the standard error, the sampling distribution itself, or testing
vocabulary (Type I/II error, what a p-value measures) rather than a full computed
answer? → Chapter 5.
Does the question give you a sample proportion or count (a “percent who...” /
“yes-or-no” outcome) and ask you to estimate or test a population proportion? →
Chapter 6. Categorical outcome → proportion.
Does the question give you a sample mean (an “average...” / a numerical measurement)
and ask you to estimate or test a population mean? → Chapter 7. Numerical outcome →
mean.
Once you’re in step 6 or 7, one more fork decides interval vs. test — watch the verb:
If the question says...
You need a...
“estimate,” “construct a range for,” “how confident can we be,” “what interval...”
Confidence interval
“test the claim,” “is there evidence that,” “has changed,” “differs from,” “is greater/less than a stated value,” “at the α=… level”
Cover each solution with a sheet of paper, work the problem yourself, then check your steps.
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.
Your two 8.5″×11″ sheets (front and back each) may hold formulas, symbols, and short notes —
no worked examples. Handwriting this table yourself, rather than printing it, is real
review: it forces you to notice which formulas you already have memorized.
Concept
Formula
Symbols
Sample mean / SD
xˉ=n∑xi, s=n−1∑(xi−xˉ)2
n = sample size
IQR / outlier fences
IQR=Q3−Q1; fences Q1−1.5IQR, Q3+1.5IQR
Q1,Q3 = quartiles
Complement / addition / multiplication
P(Ac)=1−P(A); P(A or B)=P(A)+P(B)−P(A and B); P(A and B)=P(A)P(B) if independent
Brief answers follow so you can self-check; no full step-by-step solutions are given here on
purpose — if yours doesn’t match, redo the matching worked example above before the final.
In Example 1, if the shelter instead just compared cats whose foster families happened to
arrange their own informal meet & greets against those that didn’t, what kind of study
would that be, and why would it weaken the cause-and-effect claim? (Observational; a
confounding variable like the cat’s own temperament could explain both the informal
meet & greet and the faster adoption.)
In Example 2’s coffee-wait data, which single value, if removed, would pull the mean
closest to the median — and why does the median barely move when you remove it? (The
12-minute outlier; the median depends only on the middle-ranked values, so one extreme
value at either end has almost no effect on it.)
Is “35.0% of all 200 customers ordered by app and got an iced drink” (Example 2) a
marginal, joint, or conditional proportion? (Joint.)
In Example 3, if species and one-week adoption were not independent, could you still
use P(cat)×P(adopted≤1wk) to find P(cat and adopted≤1wk)? (No — the multiplication rule in that simple form requires
independence; without it you’d need the actual joint probability from data.)
In Example 4, would a battery life of 9.5 hours correspond to a positive or a negative
z-score, and roughly how many SDs from the mean is it? (Negative; z=(9.5−11)/1.5≈−1, about 1 SD below the mean.)
In Example 5, if the paper’s new sample had instead found x=105 out of n=200
(52.5%), would you expect the p-value to be larger or smaller than 0.0448? Why, without
recomputing? (p^ closer to p0=0.50 means a smaller gap to explain away, so the
p-value would be larger — less evidence against H0.)
In Example 6 Part A, is “the true 30-day adoption rate” a parameter or a statistic? Is
0.580 a parameter or a statistic? (The true rate is the parameter p, unknown; 0.580 is
the sample statistic p^.)
A campus survey question reads: “Estimate the average number of hours per week CSUB
students spend on campus.” Interval or test — and proportion or mean? (Confidence
interval, because the word is “estimate”; mean, because “average...hours” is a numerical
outcome — this is a Chapter 7 confidence-interval question.)
success–failure condition — the check (np≥10 and n(1−p)≥10) that justifies
using a Normal-based procedure for a proportion.
null proportion p0 / null mean μ0 — the specific claimed value being tested
against the sample data in H0.
one-proportion z-interval / z-test — the Ch 6 procedures for estimating or testing a
single population proportion p.
standard error of the mean, SExˉ=s/n — how much a sample mean typically
varies from sample to sample.
t-distribution — the slightly wider, bell-shaped curve used for one-mean inference,
indexed by its degrees of freedom.
degrees of freedom, df=n−1 — the parameter that determines the exact shape of the
t-distribution for a one-sample t-procedure.
T-interval / T-test — the Ch 7 procedures for estimating or testing a single population
mean μ.
which-test decision language — the habit of reading a scenario for its variable type
(categorical/numerical) and its verb (estimate/test) before choosing a procedure.
You started this course being asked to trust — or doubt — a claim about coffee, sleep, or
shelter cats. You now have a reason for every doubt and a method for every trust: a study
design to critique, a graph to build honestly, a probability rule to apply, a Normal curve to
shade, a standard error to compute, and — for the two most common real questions a workplace
or a newsroom ever asks, what percent...? and what’s the average...? — a confidence
interval and a hypothesis test you can build and defend from scratch. That is not a small
thing. Whatever you do after this semester — nursing, business, criminal justice, education,
something you haven’t decided yet — you will meet a percentage, an average, or a claim
dressed up as a fact, and you will be one of the people in the room who knows how to ask
whether it holds up. Good luck on the final. You’ve already done the hard part.