Quote:
A box contains 3 red chips and 3 black chips. If chips are randomly removed from the box one at a time, without replacement, until all of the chips are removed, what is the probability that the last two chips are different colors?
The last two chips are different colors means there are two possible cases:
Case 1: the last two chips could be a red and then a black
That means, there are 4 chips remaining 2 red and 2 black.
These can be picked in 4!/(2!*2!) ways = 6 ways
OR
Case 2: the last two chips could be black and then a red
That means, there are 4 chips remaining 2 red and 2 black.
These can be picked in 4!/(2!*2!) ways = 6 ways
Total number of ways in which the last two chips are different colors = 6 + 6 ways = 12 ways
Total Number of ways in which 6 chips (3 red chips and 3 black chips) can be removed = 6!/(3!*3!) = 20 ways
Required probability = 12/20 = 3/5
IMO D