Statistics · Self-Study Guide

Binomial, Normal &
Standard Normal

20 carefully designed questions — from intuition to application.
Why each distribution exists, and when to use it.

📊 Binomial Distribution 🔔 Normal Distribution 📐 Standard Normal (Z) 🎯 CLT 💡 Memory Points
0 / 20 answered
Score: 0
Part 01
Binomial Distribution
🧠 Why it exists: When you repeat the SAME yes/no experiment n times independently, and p stays fixed, you get the Binomial. Count the number of "successes."

🔑 Key formula: \( P(X=k) = \binom{n}{k} p^k (1-p)^{n-k} \)  ·  Mean = np  ·  Variance = np(1−p)
1
Core Definition
Which of the following is NOT a requirement for a Binomial experiment?
FINS — Fixed n, Independent, Never changes p, Success/Fail
2
Core Mean & Variance
A fair coin is flipped 16 times. Let X = number of heads. What is the standard deviation of X?
💬 Variance of Binomial = np(1−p). Standard deviation = √Variance
\( \sigma = \sqrt{np(1-p)} \)
3
⚠ Trap Binomial Probability
A multiple-choice test has 5 questions, each with 4 choices (one correct). A student guesses randomly. What is the probability of getting exactly 2 correct?
nCk · p^k · q^(n−k) — write it out before plugging in!
\( P(X=2) = \binom{5}{2}\left(\frac{1}{4}\right)^2\left(\frac{3}{4}\right)^3 \)
4
Key Normal Approximation Hint
When can we approximate Binomial with Normal distribution?
np ≥ 10 AND nq ≥ 10 — both must hold!
5
⚠ Trap Shape of Binomial
Which statement about the shape of the Binomial distribution is always true?
Part 02
Normal Distribution
🧠 Why it exists: Most real-world measurements (height, test scores, errors) cluster around a center and taper symmetrically. The Normal captures this "bell" shape with just two numbers: μ (mean) and σ (spread).

🔑 Empirical Rule (68-95-99.7): Within 1σ = 68% · 2σ = 95% · 3σ = 99.7%
6
Core Empirical Rule
IQ scores follow N(100, 15²). Approximately what percentage of people have IQ between 70 and 130?
68 – 95 – 99.7 Rule: memorize these three numbers!
7
Key Normal Properties
Which of the following is a property of every Normal distribution?
8
⚠ Trap Area / Probability
For a Normal distribution, what is P(X = 75) for a continuous random variable?
⚡ Key insight about continuous distributions vs discrete!
9
Key Effect of σ
Two Normal distributions have the same mean μ = 50. Distribution A has σ = 2, Distribution B has σ = 8. Which is true?
Bigger σ = Flatter & wider · Smaller σ = Taller & narrower
10
Applied Central Limit Theorem
A population has mean μ = 40 and σ = 10 (not necessarily Normal). You take random samples of size n = 100. What is the distribution of the sample mean \(\bar{X}\)?
CLT: sample mean → Normal, σ_x̄ = σ/√n
\( \bar{X} \sim N\!\left(\mu,\, \frac{\sigma^2}{n}\right) \)
Part 03
Standard Normal Distribution (Z)
🧠 Why it exists: We can't memorize probability tables for every possible μ and σ. So we standardize any Normal into one universal table: Z ~ N(0, 1²).

🔑 Z-score: \( Z = \dfrac{X - \mu}{\sigma} \)  ·  "How many σ away from μ?"
11
Core Z-score Formula
Exam scores follow N(70, 10²). A student scored 85. What is their Z-score?
Z = (X − μ) / σ — always subtract mean FIRST
\( Z = \frac{X - \mu}{\sigma} = \frac{85 - 70}{10} = ? \)
12
⚠ Trap Z-table Reading
Using the standard Normal table, P(Z < 1.96) ≈ 0.9750. What is P(Z > 1.96)?
P(Z > z) = 1 − P(Z < z) — total area = 1!
13
Key Symmetry of Z
P(Z < −1.5) = ?
📌 Hint: P(Z < 1.5) ≈ 0.9332. Use symmetry of the standard normal.
P(Z < −z) = P(Z > z) = 1 − P(Z < z)
14
Applied Between Two Z-values
What is P(−1.96 < Z < 1.96)?
📌 P(Z < 1.96) ≈ 0.9750, P(Z < −1.96) ≈ 0.0250
P(a < Z < b) = P(Z < b) − P(Z < a)
15
Key Back-transform to X
Heights follow N(170 cm, 6²). What height corresponds to Z = −1.0?
Reverse Z: X = μ + Z·σ
\( X = \mu + Z \cdot \sigma \)
Part 04
Integration & Application
🧠 The big picture: Binomial counts discrete events → Normal approximates large binomials → Standard Normal standardizes everything for table lookup. These three connect through the Central Limit Theorem.
16
Applied Z-score Application
A factory produces bolts with mean diameter 10mm and σ = 0.2mm. A bolt is defective if diameter < 9.6mm. What Z-score corresponds to 9.6mm?
17
⚠ Trap CLT vs Population
An individual score X ~ N(50, 25). You sample n = 25. The standard error of \(\bar{X}\) is:
SE = σ/√n — NOT σ²/n, NOT σ/n
\( SE = \frac{\sigma}{\sqrt{n}} = \frac{5}{\sqrt{25}} = ? \)
18
Key Critical Values — Memorize These!
Which Z critical value corresponds to a 99% confidence interval (two-sided)?
📌 Must-memorize Z critical values: 90% → 1.645 · 95% → 1.960 · 99% → 2.576
1.645 — 1.960 — 2.576 (memorize all three!)
19
Applied Normal Approx. to Binomial
A coin is flipped 400 times. Using Normal approximation, what is the approximate probability that heads appear more than 220 times? (Use Z-table: P(Z < 2.0) ≈ 0.9772)
📌 Binomial with n=400, p=0.5 → μ = 200, σ = √100 = 10
20
Key Why We Need All Three
What is the correct flow when computing probability for a large Binomial situation using tables?
Binomial → Normal approx → Standardize to Z → Look up table
🎓
0/20
Keep practicing!