Probability: Question 8

Syllabus 5.3

Structured AS 8 marks

A bag contains 55 red balls and 33 blue balls, otherwise identical. Two balls are drawn at random from the bag, one after the other, without replacement.

(a) By considering the two stages of the draw, find P(both balls are red)P(\text{both balls are red}). [2]

(b) Find P(exactly one of the two balls is red)P(\text{exactly one of the two balls is red}). [3]

(c) Given that exactly one of the two balls drawn was red, find the probability that the red ball was drawn first. [3]

Show worked solution Hide worked solution

Worked solution

Setting up the tree diagram

The bag starts with 55 red and 33 blue balls (88 total). Because the balls are not replaced, the probabilities on the second draw depend on the outcome of the first. The branch probabilities are:

First ballProb.Second ballProb.Branch probability
Red58\frac{5}{8}Red47\frac{4}{7}58×47=2056\frac{5}{8}\times\frac{4}{7}=\frac{20}{56}
Red58\frac{5}{8}Blue37\frac{3}{7}58×37=1556\frac{5}{8}\times\frac{3}{7}=\frac{15}{56}
Blue38\frac{3}{8}Red57\frac{5}{7}38×57=1556\frac{3}{8}\times\frac{5}{7}=\frac{15}{56}
Blue38\frac{3}{8}Blue27\frac{2}{7}38×27=656\frac{3}{8}\times\frac{2}{7}=\frac{6}{56}

(After the first ball is removed, 77 balls remain, and either the red count or the blue count is reduced by 11 depending on which colour was drawn first.)

Part (a): Both balls red

Multiplying along the “red, then red” branch: P(both red)=58×47=2056=5140.357P(\text{both red}) = \frac{5}{8}\times\frac{4}{7} = \frac{20}{56} = \frac{5}{14} \approx 0.357

Part (b): Exactly one red ball

“Exactly one red” happens via either the “red then blue” branch or the “blue then red” branch, so their probabilities are added: P(exactly one red)=1556+1556=3056=15280.536P(\text{exactly one red}) = \frac{15}{56} + \frac{15}{56} = \frac{30}{56} = \frac{15}{28} \approx 0.536

Check: all four branch probabilities should sum to 11: 2056+1556+1556+656=5656=1\frac{20}{56}+\frac{15}{56}+\frac{15}{56}+\frac{6}{56} = \frac{56}{56} = 1, as required.

Part (c): Conditional probability given exactly one red

Restrict attention to the event “exactly one red”, which consists of the two branches “red then blue” (1556\frac{15}{56}) and “blue then red” (1556\frac{15}{56}): P(red firstexactly one red)=P(red, then blue)P(exactly one red)=15/5630/56=1530=12P(\text{red first} \mid \text{exactly one red}) = \frac{P(\text{red, then blue})}{P(\text{exactly one red})} = \frac{15/56}{30/56} = \frac{15}{30} = \frac{1}{2}

Check: since P(red then blue)=1556P(\text{red then blue}) = \frac{15}{56} is exactly equal to P(blue then red)=1556P(\text{blue then red}) = \frac{15}{56}, the two orders within “exactly one red” are equally likely, so it makes sense that, given exactly one red was drawn, there is a 12\frac{1}{2} chance it came first, agreeing with the calculation above.

Final answers

  • (a) P(both red)=5140.357P(\text{both red}) = \boxed{\dfrac{5}{14}} \approx 0.357
  • (b) P(exactly one red)=15280.536P(\text{exactly one red}) = \boxed{\dfrac{15}{28}} \approx 0.536
  • (c) P(red firstexactly one red)=12P(\text{red first} \mid \text{exactly one red}) = \boxed{\dfrac{1}{2}}