An urn contains 5 red and 5 black balls. A ball is drawn at random, its colour is noted and it is returned to the urn. Moreover, 2 additional balls of the colour drawn are put in the urn and then a ball is drawn at random. What is the probability that the second ball is red?
Hint. Split on the colour of the first ball, since it determines the composition of the urn for the second draw.
The composition of the urn for the second draw depends on the first outcome, so the theorem of total probability applies.
If the first ball is red (probability ), the urn becomes red and black, a total of , so the second is red with probability .
If the first ball is black (probability ), the urn becomes red and black, so the second is red with probability .
Adding the weighted contributions:
The answer equals the original proportion of red balls, because the procedure treats both colours symmetrically.
✦ P(second ball is red) = 1/2
