What are Nested Probability Distributions?
These questions involve two probability distributions working in sequence. You first compute a probability from one distribution, then use that probability as the parameter for a second distribution. Recognising the structure is the key skill.
General 3-Step Method
All Five Combinations — click any card to explore
Each combination has a reminder, a worked example, and a full solution.
Find a probability from a normal distribution, then count successes in repeated independent trials.
Use the rectangle-area formula on a uniform distribution, then apply binomially over many trials.
Compute a tail probability from the geometric distribution, then count how many players satisfy it.
Find a "box-level" probability using the binomial, then model how many boxes until the first success.
Compute a probability from a uniform distribution, then find how many trials until first success.
Quick Reference — Distribution Formulas
| Distribution | Notation | Key Formula / Rule |
|---|---|---|
| Normal | \(X \sim N(\mu, \sigma^2)\) | Standardise: \(Z = \dfrac{X - \mu}{\sigma}\), use tables or calculator |
| Uniform | \(X \sim U(a, b)\) | \(P(c < X < d) = \dfrac{d - c}{b - a}\) |
| Geometric | \(X \sim \text{Geom}(p)\) | \(P(X = r) = (1-p)^{r-1}p\) · \(P(X > k) = (1-p)^k\) |
| Binomial | \(X \sim B(n, p)\) | \(P(X = k) = \dbinom{n}{k} p^k (1-p)^{n-k}\) |
Normal Distribution → Binomial Distribution
Technique
Normal Distribution Reminder
For \(X \sim N(\mu, \sigma^2)\), standardise to \(Z \sim N(0,1)\):
Read \(\Phi(z) = P(Z \leq z)\) from tables or compute directly on a calculator. Use symmetry: \(\Phi(-z) = 1 - \Phi(z)\).
Worked Example
The masses of packets of rice produced by a factory are normally distributed with mean 500 g and standard deviation 8 g.
A packet is classified as acceptable if its mass is between 495 g and 510 g.
Find the probability that a randomly selected packet is acceptable.
Solution (a)
\(X \sim N(500,\, 8^2)\)
Standardise both bounds:
Using tables / calculator:
A supermarket receives a shipment of 12 packets. Find the probability that exactly 9 packets are acceptable.
Solution (b)
Let \(Y\) = number of acceptable packets in 12. Using \(P \approx 0.6284\) from (a):
Uniform Distribution → Binomial Distribution
Uniform Distribution Reminder
For \(X \sim U(a,b)\) the probability density is constant at \(\dfrac{1}{b-a}\) between \(a\) and \(b\):
Equivalently: probability = (width of target interval) ÷ (total width). No standardising needed.
Technique
Worked Example
A bus arrives at a stop at a random time uniformly distributed between 0 and 20 minutes after 8:00 am. The waiting time is called short if the bus arrives within 6 minutes.
Find the probability that the waiting time is short.
Solution (a)
\(T \sim U(0, 20)\). A short wait means \(T < 6\).
The passenger travels on 7 different mornings. Find the probability that on at least 5 mornings the waiting time is short.
Solution (b)
Let \(Y \sim B(7,\; 0.3)\). We need \(P(Y \geq 5) = P(Y=5) + P(Y=6) + P(Y=7)\).
Geometric Distribution → Binomial Distribution
Geometric Distribution Reminder
For \(X \sim \text{Geom}(p)\) (trials until first success, success probability \(p\)):
Tail probability (very useful in nested questions):
Reason: \(X > k\) means the first \(k\) trials are all failures, each with probability \((1-p)\).
Technique
Worked Example
A quiz machine gives a prize with probability 0.18 on each play. A player continues playing until winning their first prize. Let \(X\) = number of plays needed.
State the distribution of \(X\).
Solution (a)
Find the probability that the player needs more than 4 plays to obtain the first prize.
Solution (b)
"More than 4 plays" means the first 4 plays are all failures.
Eight different players each play independently until winning their first prize. Find the probability that exactly 3 players need more than 4 plays.
Solution (c)
For each player, \(P(\text{needs} > 4 \text{ plays}) \approx 0.4521\) from (b). Let \(Y\) = number of such players:
Binomial Distribution → Geometric Distribution
Technique
Worked Example
A production line manufactures electronic chips. Each chip is defective with probability 0.07 independently. A box contains 5 chips. Let \(X\) = number of defective chips in a box.
State the distribution of \(X\).
Solution (a)
Find the probability that a box contains no defective chips.
Solution (b)
Boxes are inspected one at a time until the first box containing no defective chips. Let \(Y\) = number of boxes inspected. State the distribution of \(Y\).
Solution (c)
A "success" is a box with no defective chips; probability = 0.6957 from (b).
Find the probability that more than 3 boxes must be inspected.
Solution (d)
"More than 3 boxes" means the first 3 are all failures (boxes with defective chips).
Failure probability for one box: \(1 - 0.6957 = 0.3043\)
Uniform Distribution → Geometric Distribution
Technique
Worked Example
The lifetime, in hours, of a small electronic sensor is uniformly distributed between 40 and 100 hours. A sensor is called long-lasting if it survives more than 85 hours. Sensors are tested one at a time until the first long-lasting sensor is found.
Find the probability that a randomly selected sensor is long-lasting.
Solution (a)
\(L \sim U(40, 100)\). Long-lasting means \(L > 85\).
State the distribution of the number of sensors tested.
Solution (b)
Let \(Y\) = number of sensors tested until the first long-lasting one:
Find the probability that the first long-lasting sensor is found on the 6th test.
Solution (c)
First 5 tests fail, 6th succeeds. Failure probability per test = 0.75.
Extended Question — Normal Distribution (A-Level Style)
Skills Covered in This Question
- Using a given percentile to find the standard deviation of a normal distribution
- Finding an unknown upper bound \(k\) using inverse normal
- Applying the normal approximation to a binomial (with continuity correction)
- Conducting a one-tailed \(z\)-test for a population mean (known variance)
Question (Total: 13 marks)
A machine fills bottles of shampoo. The amount of shampoo put into each bottle, \(S\) ml, follows a normal distribution with mean 200 ml.
It is known that 20% of bottles contain less than 198.32 ml.
Find, to 2 decimal places, the value of \(k\) such that \(\,P(198.32 < S < k) = 0.35\).
Solution (a)
Step 1 — Find \(\sigma\).
Given \(P(S < 198.32) = 0.20\), standardise:
So \(S \sim N(200,\; 2^2)\).
Step 2 — Find \(k\).
We need \(P(S < k)\):
Standardise and use inverse normal:
A random sample of 100 bottles is taken.
Using a normal approximation, find the probability that more than 40 of these bottles contain between 198.32 ml and \(k\) ml.
Solution (b)
From part (a), \(P(198.32 < S < k) = 0.35\). Let \(Y\) = number of bottles in the range:
Normal approximation parameters:
With continuity correction, \(P(Y > 40) = P(Y \geq 41) \approx P\!\left(Z > \dfrac{40.5 - 35}{\sqrt{22.75}}\right)\):
The machine is adjusted so that the standard deviation of the shampoo volume is now 0.4 ml.
Following the adjustment, it is believed that the mean amount of shampoo per bottle has increased from 200 ml.
A random sample of 25 bottles is taken and the sample mean is found to be 200.18 ml.
Test this belief at the 5% level of significance. State your hypotheses clearly.
Solution (c)
Hypotheses:
\(H_1: \mu > 200\) (one-tailed; the mean has increased)
Distribution of sample mean under \(H_0\):
Test statistic:
Critical value (one-tailed, 5%):
Comparison: \(z = 2.25 > 1.6449\)