A bag contains two quarters (worth each), two dimes (worth each), and two nickels (worth
each). Two coins are
randomly chosen from the bag. Each coin is equally likely to be chosen.
The probability that the combined value of the two coins is or more is
Problem 233
Pick one
Official solution
Solution 1:
We begin by naming the
quarters Q1 and Q2, the dimes D1
and D2, and the nickels N1 and
N2.
There are possible choices for
the first coin, followed by
choices for the second coin. However, this double counts the number of
possibilities since choosing for example Q1 first and D2 second is the
same as choosing D2 first and Q1 second, and so there are a total of
ways to
choose the coins.
Next, we count the number of ways to obtain a combined value of at least
These are: Q1 and Q2 , Q1
and D1 , Q1 and D2 , Q1 and N1 , Q1 and N2 , Q2 and D1 , Q2 and D2 , Q2 and N1 , and finally Q2 and N2 . This gives a total of different ways.
The probability that the combined value of the two coins is or more is .
Solution 2:
The probability that the combined value of the two coins is at least
is equal to the sum of the
probabilities of the combined values being equal to , , and .
The probability that the two coins have a combined value of is equal to the probability of
choosing a quarter followed by a nickel, or choosing a nickel followed
by a quarter. The probability that the first coin chosen is a quarter is
, and with coins remaining, the probability that
the second coin chosen is a nickel is . Thus, the probability of
choosing a quarter followed by a nickel is . The
probability of choosing a nickel first followed by a quarter second is
also equal to , and so
the probability that the combined value of the two coins is is .
The probability that the two coins have a combined value of is equal to the probability of
choosing a quarter followed by a dime, or choosing a dime followed by a
quarter. As in the previous case, the probability that the combined
value of the two coins is is
also .
The probability that the two coins have a combined value of is equal to the probability of
choosing a quarter followed by a quarter. The probability of choosing a
quarter followed by a quarter is .
Thus, the probability that the combined value of the two coins is at
least is equal to .