Skip to main content

2020 AMC 12B Problem 16

Problem 16 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

To end with three of each color, exactly two of the four added balls must be red. Consider any sequence of draws. When the urn holds kk balls, drawing a particular color with count cc has probability ck.\tfrac{c}{k}. Any ordering with two red and two blue additions gives the same product 12122345,\tfrac{1\cdot 2\cdot 1\cdot 2}{2\cdot 3\cdot 4\cdot 5}, and there are (42)=6\binom42 = 6 such orderings, for probability 64120=15.\tfrac{6\cdot 4}{120} = \tfrac15. (Equivalently, the number of red balls after four steps is uniform on {1,2,3,4,5},\{1, 2, 3, 4, 5\}, so 33 red occurs with probability 15.\tfrac15.) Thus, the correct answer is B.

More practice

Concepts: basic probability · combinations

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