Unit 5 Field Guide
You don't need to love math to finish this trail. You just need to follow the path — one bridge, one valley, one summit at a time. Every idea here is told as a short story first, then unpacked into a plain-English rule, then practiced with worked examples you can check right next to the question.
Chapter 1 — Section 5.1
Where a staircase of coin flips turns into a smooth hill.
Concept
Suppose \(X\) counts the number of successes in \(n\) independent trials, each with success probability \(p\) — this is the binomial setting, \(X \sim B(n,p)\). When \(n\) is large enough, the jagged bar-chart shape of \(X\) is well approximated by a smooth normal curve with the same center and spread.
Worked Examples
A school reports that 40% of students bring a packed lunch. In a random sample of \(n = 50\) students, let \(X\) be the number who bring a packed lunch. Check the Large Counts Condition, then find \(\mu\) and \(\sigma\) for the normal approximation.
1Check the condition: \(np = 50(0.4) = 20\) and \(n(1-p) = 50(0.6) = 30\). Both are \(\ge 10\), so the approximation is safe to use.
2Mean: \(\mu = np = 20\).
3Spread: \(\sigma = \sqrt{50(0.4)(0.6)} = \sqrt{12} \approx 3.46\).
Using the same setting as Example 1 (\(n=50,\ p=0.4\)), estimate \(P(X \le 25)\).
1Apply the continuity correction: \(P(X \le 25) \approx P(Y \le 25.5)\).
2Standardize: \(z = \dfrac{25.5 - 20}{3.46} \approx 1.59\).
3Read the standard normal table: \(\Phi(1.59) \approx 0.9441\).
A fair coin is tossed 100 times. Estimate the probability of getting at least 60 heads.
1Here \(n=100,\ p=0.5\): \(\mu = 50\), \(\sigma = \sqrt{100(0.5)(0.5)} = \sqrt{25} = 5\).
2Continuity correction: \(P(X \ge 60) \approx P(Y \ge 59.5)\).
3Standardize: \(z = \dfrac{59.5-50}{5} = 1.9\), so \(\Phi(1.9) \approx 0.9713\).
4Take the upper tail: \(P(Z \ge 1.9) = 1 - 0.9713 = 0.0287\).
Chapter 2 — Section 5.2
Where every value gets measured the same way: steps away from base camp.
Concept
For a value \(x\) from a normal distribution with mean \(\mu\) and standard deviation \(\sigma\), the z-score tells you how many standard deviations \(x\) sits above (positive) or below (negative) the mean.
Once a value is turned into \(z\), you can look up its position on the standard normal curve \(N(0,1)\) — the same table works for test scores, heights, reaction times, anything normal.
Worked Examples
Exam scores are normally distributed with \(\mu = 75\) and \(\sigma = 8\). A student scores \(x = 91\). Find the z-score and interpret it.
1\(z = \dfrac{91-75}{8} = \dfrac{16}{8} = 2\).
IQ scores follow \(N(100, 15)\). What score corresponds to \(z = -1.5\)?
1Use \(x = \mu + z\sigma\).
2\(x = 100 + (-1.5)(15) = 100 - 22.5 = 77.5\).
Heights of students at a school follow \(N(165\text{ cm}, 6\text{ cm})\). Estimate \(P(X < 172)\).
1Standardize: \(z = \dfrac{172-165}{6} = \dfrac{7}{6} \approx 1.17\).
2Look up the table: \(\Phi(1.17) \approx 0.8790\).
Chapter 3 — Section 5.3
Where you decide, on your own, which tool the trail is asking for.
Concept
Worked Examples
A store finds that 40% of shoppers use a coupon. In a random sample of \(n=200\) shoppers, estimate \(P(X > 90)\), the probability that more than 90 used a coupon.
1\(\mu = np = 200(0.4)=80\), \(\sigma = \sqrt{200(0.4)(0.6)} = \sqrt{48} \approx 6.93\). Check: \(np=80\ge10\), \(n(1-p)=120\ge10\). ✓
2Continuity correction: \(P(X>90) \approx P(Y>90.5)\).
3\(z = \dfrac{90.5-80}{6.93} \approx 1.52\), and \(\Phi(1.52)\approx 0.9357\).
4\(P(Z>1.52) = 1-0.9357 = 0.0643\).
National test scores follow \(N(500, 100)\). What score marks the 90th percentile?
1Find the z-score whose area to the left is 0.90: from the table, \(z \approx 1.28\).
2Convert back: \(x = \mu+z\sigma = 500+1.28(100)=628\).
"Of 300 registered voters surveyed, 55% support a proposal. Find the probability at least 180 support it."
Binomial → Normal"A patient's temperature is 101.2°F. The population of healthy adults has \(\mu=98.6\), \(\sigma=0.8\). Find how unusual this reading is."
Z-score"A factory ships parts in boxes of 500; 2% are defective. Estimate the probability that a box has more than 15 defective parts."
Binomial → NormalEverything from the trail, condensed onto one page for quick review before a quiz.