Binomial & Normal Distributions Mastery
Probability distributions bridge discrete trial experiments and continuous physical measurements. Every SPM examination tests Binomial probabilities $P(X=r)$ and Normal standardizations $Z = \frac{X-\mu}{\sigma}$. Master reverse z-lookups, simultaneous equations for $\mu$ and $\sigma$, and industrial quality assurance modeling.
1. Core Mathematical Framework
Binomial Distribution $X \sim B(n, p)$
DiscreteApplies when trials $n$ are fixed, outcomes are strictly dichotomous (success $p$ or failure $q = 1-p$), and trials are mutually independent.
- "At least 1 success": $P(X \ge 1) = 1 - P(X = 0)$
- "At most 2 successes": $P(X \le 2) = P(X=0) + P(X=1) + P(X=2)$
- "More than $n-1$ successes": $P(X > n-1) = P(X = n)$
Normal Distribution $X \sim N(\mu, \sigma^2)$
ContinuousSymmetric bell curve centered at mean $\mu$. Standardized to standard normal $Z \sim N(0, 1)$ with total area equal to 1.0.
- The SPM formula booklet table gives the upper tail area $Q(z) = P(Z \ge z)$.
- If $P(Z > c) > 0.5$, then $c$ must be negative: $c = -z$ where $P(Z > -z) = 1 - Q(z)$.
- Between two bounds: $P(a \le X \le b) = P(Z \ge z_a) - P(Z \ge z_b)$ where $z_a < z_b$.
2. For Binomial distributions, verify that $p + q = 1$. If $p = 0.35$, ensure $q = 0.65$.
3. For continuous normal distribution, $P(X \le k) = P(X < k)$ because $P(X = k) = 0$.
2. Progressive SPM Worked Examples with Marking Codes
A machine produces light bulbs where $8\%$ of the bulbs are defective. A random sample of $10$ bulbs is selected for testing.
Step-by-Step Marking Solution
$P(X = 2) = {^{10}C_2} (0.08)^2 (0.92)^{10 - 2}$
$= 45 \times 0.0064 \times 0.5132188 = 0.1478$
$P(X \ge 1) = 1 - P(X = 0) = 1 - {^{10}C_0} (0.08)^0 (0.92)^{10}$
$= 1 - (1)(1)(0.434388) = 1 - 0.434388 = 0.5656$
The masses of honeydew melons harvested from an orchard follow a normal distribution with a mean of $1.8\text{ kg}$ and a standard deviation of $0.25\text{ kg}$.
Step-by-Step Marking Solution
$z_1 = \frac{1.5 - 1.8}{0.25} = \frac{-0.3}{0.25} = -1.20$
$z_2 = \frac{2.1 - 1.8}{0.25} = \frac{0.3}{0.25} = +1.20$
$P(1.5 \le X \le 2.1) = P(-1.20 \le Z \le 1.20) = 1 - 2 \times P(Z > 1.20)$
From standard normal table: $P(Z > 1.20) = 0.1151$
$\implies P(1.5 \le X \le 2.1) = 1 - 2(0.1151) = 1 - 0.2302 = 0.7698$
$P(X > k) = 0.15 \implies P\left(Z > \frac{k - 1.8}{0.25}\right) = 0.15$
From normal table (inverse area $0.15$): $z = 1.036$ (or $1.0364$)
$\frac{k - 1.8}{0.25} = 1.036$
$k - 1.8 = 0.25 \times 1.036 = 0.259$
$k = 1.8 + 0.259 = 2.059\text{ kg}$
The monthly electric power consumption of households in a residential district follows a normal distribution with mean $\mu\text{ kWh}$ and standard deviation $\sigma\text{ kWh}$. A consumer census discovers that $5\%$ of households consume less than $180\text{ kWh}$, while $10\%$ consume more than $420\text{ kWh}$.
Calculate the mean $\mu$ and the standard deviation $\sigma$.
Step 1: Express conditions in standard normal $Z$ notation:
Step 2: Solve simultaneous linear equations:
$240 = 2.927\sigma \implies \sigma = \frac{240}{2.927} \approx 82.00\text{ kWh}$ [K1, N1]