Skip to main content

2020 AMC 10B Problem 18

Problem 18 of 25IntermediateCounting & Probability

An urn contains one red ball and one blue ball. A box of extra red and blue balls lies nearby. George performs the following operation four times: he draws a ball from the urn at random and then takes a ball of the same color from the box and returns those two matching balls to the urn. After the four iterations the urn contains six balls. What is the probability that the urn contains three balls of each color?

Answer choices

Show solution

Solution

The urn ends with three red and three blue balls exactly when the four draws contain two red draws and two blue draws. There are (42)=6\binom42=6 possible color orders of this type. For any fixed order with two red draws and two blue draws, the probability is 12122345=4120=130,\frac{1\cdot 2\cdot 1\cdot 2}{2\cdot 3\cdot 4\cdot 5}=\frac{4}{120}=\frac{1}{30}, because the first and second draws of each color have numerators 11 and 2,2, while the total number of balls before the four draws is 2,3,4,5.2,3,4,5. Thus the desired probability is 6130=15.6\cdot\frac{1}{30}=\frac15. Thus, the correct answer is B .

More practice

Concepts: conditional probability · combinations

Problem text and solution from the LIVE past-contest archive. See also the AoPS wiki page for community solutions.