karmayogi wrote:20. In how many ways can one choose 6 cards from a normal deck of cards so as to have all suits present?
a. (13^4) x 48 x 47
b. (13^4) x 27 x 47
c. 48C6
d. 13^4
e. (13^4) x 48C6
My answer is [spoiler]((13^4)48C2)[/spoiler]. I want to understand, what's wrong with my logic?
Very tough question (probably well beyond the scope of the GMAT). I wanted to confirm my thoughts before posting, so I asked the teachers on our province-wide listserve for Math teachers. The responses (including one from the math department at the University of British Columbia) confirm my suspicians about the solution 13^4 x 48C2.
Here's my reasoning:
First, 13^4 x 48C2 is too large.
I understand the reasoning here: We take each of our 4 suits and select one card from each suit (13 ways for each suit).
Now that we have fulfilled our obligation to have one of each suit, we then select two more cards from the remaining 48 (48C2)
However, this allows us to count some selections more than once.
In the first step, I can select an ace of spades (to fulfill my "all suits" obligation) and then later select a two of spades (when selecting 2 additional cards).
Conversely, I could select a two of spades (to fulfill my "all suits" obligation) and then later select an ace of spades (when selecting 2 additional cards). So, the above approach would count these separately, when they are the same selection.
To avoid this, I took a somewhat long approach.
I recognized that the question's restrictions yields two cases:
1) One card from each of two suits, and 2 cards from each of two other suits.
# of options = 4C2 (select the two suits that will have two cards from them) TIMES 13C2 (select 2 cards from one of the 2-card suits) TIMES 13C2 (select 2 cards from the other 2-card suit) TIMES 13 (select 1 card from a 1-card suit) TIMES 13 (select 1 card from the other 1-card suit). We get
4C2 x 13C2 x 13C2 x 13 x 13
2) One card from each of three suits, and 3 cards from one suit.
# of options = 4C1 (select the one suit that will have three card from it) TIMES 13C3 (select 3 cards from that suit) TIMES 13 (select 1 card from a 1-card suit) TIMES 13 (select 1 card from a 1-card suit) TIMES 13 (select 1 card from the other 1-card suit). We get
4C1 x 13C3 x 13 x 13 x 13
So, adding both cases, we get (
4C2 x 13C2 x 13C2 x 13 x 13) + (
4C1 x 13C3 x 13 x 13 x 13).
If we "simplify" this, we get 13^4(6^3 + 88)