๐ŸŒณ Combined Events and Tree Diagrams

GCSE Maths ยท Probability (P8)

Ages 15โ€“16 ยท Foundation & Higher

โ† Back to topic overview
1 The AND and OR Rules
AND โ€” multiply
For independent events:  $P(A \text{ and } B) = P(A) \times P(B)$
OR โ€” add
For mutually exclusive events:  $P(A \text{ or } B) = P(A) + P(B)$
Independent means one event does not affect the other. Two coin tosses are independent; drawing two cards without replacement is not.
Worked Example 1 โ€” Both rules together

$P(\text{rain}) = 0.3$ on Saturday and $0.4$ on Sunday, independently. Find (a) $P(\text{rain both days})$, (b) $P(\text{rain on exactly one day})$.

โ‘ (a) AND, so multiply: $0.3 \times 0.4 = 0.12$
โ‘ก(b) Two ways: rain Sat only, or rain Sun only.
โ‘ขSat only: $0.3 \times 0.6 = 0.18$
โ‘ฃSun only: $0.7 \times 0.4 = 0.28$
โ‘คThese are mutually exclusive, so add: $0.18 + 0.28 = 0.46$
2 Tree Diagrams

A tree diagram lays out a two-stage (or three-stage) experiment so that no outcome is missed.

0.3 0.7 R R' 0.40.6 0.40.6 SS' SS' 0.3 ร— 0.4 = 0.12 0.3 ร— 0.6 = 0.18 0.7 ร— 0.4 = 0.28 0.7 ร— 0.6 = 0.42

The four end probabilities add to $0.12 + 0.18 + 0.28 + 0.42 = 1$

The two tree-diagram rules
Multiply along the branches  ยท  Add between the branches
3 With Replacement (Independent)
If an object is replaced before the next pick, the bag is back to its original state. The probabilities on the second set of branches are the same as the first.
Worked Example 2 โ€” With replacement

A bag has $4$ red and $6$ blue counters. One is taken, its colour noted, and it is replaced. A second is then taken. Find (a) $P(\text{both red})$, (b) $P(\text{one of each colour})$.

โ‘ $P(\text{red}) = \dfrac{4}{10} = 0.4$ and $P(\text{blue}) = 0.6$, both times.
โ‘ก(a) $P(\text{RR}) = 0.4 \times 0.4 = 0.16$
โ‘ข(b) $P(\text{RB}) = 0.4 \times 0.6 = 0.24$
โ‘ฃ$P(\text{BR}) = 0.6 \times 0.4 = 0.24$
โ‘ค$P(\text{one of each}) = 0.24 + 0.24 = 0.48$
There are two ways to get one of each. Forgetting the second path is the single most common error in tree diagram questions.
4 Without Replacement (Dependent)
The key change
Both the numerator and the denominator change for the second pick
Taking an object out and keeping it means there is one fewer item in the bag, and one fewer of whatever colour was removed. The events are dependent.
Worked Example 3 โ€” Without replacement

A bag has $4$ red and $6$ blue counters. Two are taken without replacement. Find (a) $P(\text{both red})$, (b) $P(\text{both the same colour})$, (c) $P(\text{different colours})$.

โ‘ First pick: $P(\text{red}) = \dfrac{4}{10}$, $P(\text{blue}) = \dfrac{6}{10}$.
โ‘กAfter a red: $3$ red and $6$ blue remain, out of $9$.
โ‘ขAfter a blue: $4$ red and $5$ blue remain, out of $9$.
โ‘ฃ(a) $P(\text{RR}) = \dfrac{4}{10} \times \dfrac{3}{9} = \dfrac{12}{90} = \dfrac{2}{15}$
โ‘ค$P(\text{BB}) = \dfrac{6}{10} \times \dfrac{5}{9} = \dfrac{30}{90} = \dfrac{1}{3}$
โ‘ฅ(b) $P(\text{same}) = \dfrac{12}{90} + \dfrac{30}{90} = \dfrac{42}{90} = \dfrac{7}{15}$
โ‘ฆ(c) $P(\text{different}) = 1 - \dfrac{7}{15} = \dfrac{8}{15}$
Keep the denominator as $90$ until the very end. Cancelling each fraction separately makes the branches much harder to add.
Worked Example 4 โ€” A three-colour bag

A bag has $5$ green, $3$ yellow and $2$ white beads. Two are taken without replacement. Find $P(\text{both green})$ and $P(\text{no green})$.

โ‘ Total $= 10$ beads.
โ‘ก$P(\text{both green}) = \dfrac{5}{10} \times \dfrac{4}{9} = \dfrac{20}{90} = \dfrac{2}{9}$
โ‘ข"No green" means both from the $5$ non-green beads.
โ‘ฃ$P(\text{no green}) = \dfrac{5}{10} \times \dfrac{4}{9} = \dfrac{20}{90} = \dfrac{2}{9}$

(A coincidence here: there happen to be $5$ green and $5$ non-green.)

5 "At Least One" Questions
The shortcut
$P(\text{at least one}) = 1 - P(\text{none})$
Worked Example 5 โ€” At least one

A bag has $7$ white and $3$ black balls. Three are taken without replacement. Find $P(\text{at least one black})$.

โ‘ The opposite of "at least one black" is "no black at all" โ€” three whites.
โ‘ก$P(\text{WWW}) = \dfrac{7}{10} \times \dfrac{6}{9} \times \dfrac{5}{8}$
โ‘ข$= \dfrac{210}{720} = \dfrac{7}{24}$
โ‘ฃ$P(\text{at least one black}) = 1 - \dfrac{7}{24} = \dfrac{17}{24}$

Listing all the cases with one, two or three blacks would take far longer.

6 Trees with Algebra
Worked Example 6 โ€” Finding an unknown number

A bag contains $n$ red and $5$ blue counters. Two are taken without replacement. The probability that both are blue is $\dfrac{2}{9}$. Find $n$.

โ‘ Total counters $= n + 5$.
โ‘ก$P(\text{BB}) = \dfrac{5}{n+5} \times \dfrac{4}{n+4} = \dfrac{20}{(n+5)(n+4)}$
โ‘ขSet equal to $\dfrac{2}{9}$: $\;\dfrac{20}{(n+5)(n+4)} = \dfrac{2}{9}$
โ‘ฃCross-multiply: $2(n+5)(n+4) = 180$, so $(n+5)(n+4) = 90$.
โ‘ค$n^2 + 9n + 20 = 90 \Rightarrow n^2 + 9n - 70 = 0$
โ‘ฅFactorise: $(n + 14)(n - 5) = 0$, so $n = 5$ or $n = -14$.
โ‘ฆA count cannot be negative, so $n = \mathbf{5}$.

Check: $10$ counters altogether; $\dfrac{5}{10} \times \dfrac{4}{9} = \dfrac{20}{90} = \dfrac{2}{9}$ โœ“

Always discard the negative root and state why โ€” a number of counters must be a positive whole number.
7 Quick Reference

AND

Multiply โ€” for independent events.

OR

Add โ€” for mutually exclusive events.

Tree rule

Multiply along the branches, add between them.

Branch check

Each pair of branches must add to $1$.

End check

All the final probabilities must add to $1$.

With replacement

Second-stage probabilities are unchanged.

Without replacement

Both top and bottom of the fraction change.

Two ways

"One of each" always has two paths โ€” do not forget the second.

At least one

Use $1 - P(\text{none})$.

Keep denominators

Do not cancel until you have added the branches.

8 Practice Questions
Question 1

$P(A) = 0.4$ and $P(B) = 0.5$, and $A$ and $B$ are independent. Find $P(A \text{ and } B)$.

โ–ถ Show solution

$P(A \text{ and } B) = 0.4 \times 0.5 = 0.2$

Question 2

A fair coin is tossed and a fair die rolled. Find $P(\text{a head and a } 6)$.

โ–ถ Show solution

Independent events, so multiply:

$\dfrac{1}{2} \times \dfrac{1}{6} = \dfrac{1}{12}$

Question 3

A bag has $3$ red and $7$ green counters. One is taken and replaced, then another is taken. Find (a) $P(\text{both red})$, (b) $P(\text{one of each})$.

โ–ถ Show solution

$P(\text{red}) = 0.3$, $P(\text{green}) = 0.7$ each time.

(a) $0.3 \times 0.3 = 0.09$

(b) RG: $0.3 \times 0.7 = 0.21$; GR: $0.7 \times 0.3 = 0.21$

Total $= 0.42$

Question 4

A bag has $3$ red and $7$ green counters. Two are taken without replacement. Find $P(\text{both red})$.

โ–ถ Show solution

$P(\text{RR}) = \dfrac{3}{10} \times \dfrac{2}{9} = \dfrac{6}{90} = \dfrac{1}{15}$

Question 5

Using the bag from Question 4, find $P(\text{both green})$ and $P(\text{different colours})$.

โ–ถ Show solution

$P(\text{GG}) = \dfrac{7}{10} \times \dfrac{6}{9} = \dfrac{42}{90} = \dfrac{7}{15}$

$P(\text{same}) = \dfrac{6}{90} + \dfrac{42}{90} = \dfrac{48}{90} = \dfrac{8}{15}$

$P(\text{different}) = 1 - \dfrac{8}{15} = \dfrac{7}{15}$

Question 6

The probability that Ali passes his driving test first time is $0.65$. If he fails, the probability he passes second time is $0.8$. Find $P(\text{he passes within two attempts})$.

โ–ถ Show solution

Two paths lead to passing: pass first time, or fail then pass.

Pass first: $0.65$

Fail then pass: $0.35 \times 0.8 = 0.28$

$P(\text{passes within two}) = 0.65 + 0.28 = 0.93$

Question 7

A fair coin is tossed three times. Find $P(\text{at least one head})$.

โ–ถ Show solution

$P(\text{no heads}) = P(\text{TTT}) = \left(\dfrac{1}{2}\right)^3 = \dfrac{1}{8}$

$P(\text{at least one head}) = 1 - \dfrac{1}{8} = \dfrac{7}{8}$

Question 8

A box has $8$ chocolates: $5$ milk and $3$ dark. Two are eaten at random. Find $P(\text{at least one dark})$.

โ–ถ Show solution

$P(\text{no dark}) = P(\text{both milk}) = \dfrac{5}{8} \times \dfrac{4}{7} = \dfrac{20}{56} = \dfrac{5}{14}$

$P(\text{at least one dark}) = 1 - \dfrac{5}{14} = \dfrac{9}{14}$

Question 9

The probability that a bus is late is $0.2$ each day, independently. Over three days, find (a) $P(\text{late all three days})$, (b) $P(\text{late exactly once})$.

โ–ถ Show solution

(a) $0.2^3 = 0.008$

(b) Late on exactly one day โ€” there are three ways (day 1, day 2 or day 3).

Each has probability $0.2 \times 0.8 \times 0.8 = 0.128$

Total $= 3 \times 0.128 = 0.384$

Question 10

A bag contains $6$ blue and $n$ yellow counters. Two counters are taken at random without replacement. The probability that both are blue is $\dfrac{1}{3}$.

(a) Form an equation in $n$.   (b) Solve it to find $n$.   (c) Find $P(\text{both yellow})$.

โ–ถ Show solution

(a) Total counters $= 6 + n$.

$P(\text{BB}) = \dfrac{6}{6+n} \times \dfrac{5}{5+n} = \dfrac{30}{(6+n)(5+n)}$

Setting this equal to $\dfrac{1}{3}$:

$$\frac{30}{(6+n)(5+n)} = \frac{1}{3}$$

(b) Cross-multiply: $(6+n)(5+n) = 90$

$n^2 + 11n + 30 = 90$

$n^2 + 11n - 60 = 0$

$(n + 15)(n - 4) = 0$, so $n = 4$ or $n = -15$.

A count cannot be negative, so $n = \mathbf{4}$.

Check: $10$ counters; $\dfrac{6}{10} \times \dfrac{5}{9} = \dfrac{30}{90} = \dfrac{1}{3}$ โœ“

(c) $P(\text{both yellow}) = \dfrac{4}{10} \times \dfrac{3}{9} = \dfrac{12}{90} = \dfrac{2}{15}$

Combined Events & Tree Diagrams (P8) ยท GCSE Maths Revision ยท Created with MathJax