Probability: Question 2

Syllabus C8.1, E8.1, C8.3, E8.3

Structured Extended 8 marks

A fairground game uses a box containing 10 keyrings: 6 are silver and 4 are gold.

A player takes a keyring from the box at random, keeps it (it is not replaced), and then takes a second keyring from the box at random.

The situation can be modelled by a probability tree diagram with this structure:

  • First pick has two branches:
    • Silver with probability 610\tfrac{6}{10}
    • Gold with probability 410\tfrac{4}{10}
  • Second pick has two branches growing from each first‑pick branch, leading to the outcomes Silver–Silver, Silver–Gold, Gold–Silver, Gold–Gold. The probabilities on these second‑pick branches must be worked out, because one keyring has already been removed.

(a) Draw the tree diagram and label the probabilities on the four second‑pick branches. [2]

(b) Find the probability that both keyrings are silver. [2]

(c) Find the probability that the player takes exactly one gold keyring. [3]

(d) Find the probability that the player takes at least one gold keyring. [1]

Show worked solution Hide worked solution

Worked solution

Setting up the tree

There are 1010 keyrings: 66 silver (S) and 44 gold (G). The keyring is not replaced, so for the second pick only 99 keyrings remain, and the make‑up depends on what was taken first.

(a) Second‑pick branch probabilities

If the first keyring was silver (S): 55 silver and 44 gold remain out of 99.

P(SS)=59,P(GS)=49P(\text{S}\mid\text{S}) = \frac{5}{9}, \qquad P(\text{G}\mid\text{S}) = \frac{4}{9}

If the first keyring was gold (G): 66 silver and 33 gold remain out of 99.

P(SG)=69=23,P(GG)=39=13P(\text{S}\mid\text{G}) = \frac{6}{9} = \frac{2}{3}, \qquad P(\text{G}\mid\text{G}) = \frac{3}{9} = \frac{1}{3}

Check: each pair of second‑pick branches sums to 11 (e.g. 59+49=1\tfrac{5}{9}+\tfrac{4}{9}=1). ✓

The complete tree therefore carries these probabilities:

First pickSecond pickPath probability
S (610)\left(\tfrac{6}{10}\right)S (59)\left(\tfrac{5}{9}\right)610×59=3090=13\tfrac{6}{10}\times\tfrac{5}{9}=\tfrac{30}{90}=\tfrac13
S (610)\left(\tfrac{6}{10}\right)G (49)\left(\tfrac{4}{9}\right)610×49=2490=415\tfrac{6}{10}\times\tfrac{4}{9}=\tfrac{24}{90}=\tfrac{4}{15}
G (410)\left(\tfrac{4}{10}\right)S (69)\left(\tfrac{6}{9}\right)410×69=2490=415\tfrac{4}{10}\times\tfrac{6}{9}=\tfrac{24}{90}=\tfrac{4}{15}
G (410)\left(\tfrac{4}{10}\right)G (39)\left(\tfrac{3}{9}\right)410×39=1290=215\tfrac{4}{10}\times\tfrac{3}{9}=\tfrac{12}{90}=\tfrac{2}{15}

(The four path probabilities sum to 13+415+415+215=515+415+415+215=1515=1\tfrac13+\tfrac{4}{15}+\tfrac{4}{15}+\tfrac{2}{15}=\tfrac{5}{15}+\tfrac{4}{15}+\tfrac{4}{15}+\tfrac{2}{15}=\tfrac{15}{15}=1. ✓)

(b) Both silver

Multiply along the Silver → Silver path:

P(S, S)=610×59=3090=13P(\text{S, S}) = \frac{6}{10}\times\frac{5}{9} = \frac{30}{90} = \boxed{\dfrac{1}{3}}

(c) Exactly one gold

“Exactly one gold” means one gold and one silver, in either order, so add the two mixed paths:

P(exactly one gold)=P(S, G)+P(G, S)P(\text{exactly one gold}) = P(\text{S, G}) + P(\text{G, S})

=610×49=2490  +  410×69=2490=2490+2490=4890=815= \underbrace{\frac{6}{10}\times\frac{4}{9}}_{=\,\frac{24}{90}} \;+\; \underbrace{\frac{4}{10}\times\frac{6}{9}}_{=\,\frac{24}{90}} = \frac{24}{90}+\frac{24}{90} = \frac{48}{90} = \boxed{\dfrac{8}{15}}

(d) At least one gold

The quickest method is the complement: “at least one gold” is the opposite of “no gold at all”, i.e. the opposite of both silver found in part (b).

P(at least one gold)=1P(both silver)=113=23P(\text{at least one gold}) = 1 - P(\text{both silver}) = 1 - \frac{1}{3} = \boxed{\dfrac{2}{3}}

Alternative (adding paths): P(S,G)+P(G,S)+P(G,G)=415+415+215=1015=23P(\text{S,G})+P(\text{G,S})+P(\text{G,G}) = \tfrac{4}{15}+\tfrac{4}{15}+\tfrac{2}{15} = \tfrac{10}{15} = \tfrac{2}{3}, the same answer, confirming the result.

Final answers

  • (a) 59, 49\tfrac{5}{9},\ \tfrac{4}{9} (after silver) and 23, 13\tfrac{2}{3},\ \tfrac{1}{3} (after gold)
  • (b) 13\dfrac{1}{3}
  • (c) 815\dfrac{8}{15}
  • (d) 23\dfrac{2}{3}