Problem 1 — Standard Normal Probabilities (Generator)
- Left-tail
: read directly → 0.8997. - Right-tail
: , so (more than half, since ✓). - Between
: , , so .
The mistake that guarantees zero credit: adding left-tail areas for a “between” problem gives a result above 1. Always subtract the smaller left-tail from the larger.
Problem 2 — Standardize and Find Probability (Generator)
- Less-than (exam scores,
, , ): , . - Greater-than (heights,
, , ): , .
Key rule: never look up a raw
Problem 3 — Inverse Normal (Generator)
- Percentile (
, 90th percentile): → closest body entry 0.8997 at ; . - Probability (
, , ): closest entry 0.0505 at ; g.
Inverse vs. forward: forward problems look up a z-score in the margins and read a probability from the body; inverse problems look up a probability in the body and read a z-score from the margins. The direction is reversed.
Problem 4 — Classify the Distribution (All 5 Variants)
- Variant 0 (age at first driver’s licence): not normal — right-skewed (clustered near 16, long right tail).
- Variant 1 (blood pressure, healthy adults): normal — appropriate (continuous, symmetric, bell-shaped).
- Variant 2 (complaints per day): not normal — discrete count data, right-skewed (Poisson-like).
- Variant 3 (apple weights, one orchard): normal — appropriate.
- Variant 4 (household incomes): not normal — heavily right-skewed (long upper tail).
Three conditions: (1) continuous (not counts/proportions); (2) roughly symmetric (no strong skew); (3) no heavy tails or dominating outliers.