Combinations of Cards

There is a standard deck of 52 cards in front of you, but each card has no suit, and cards of the same number or face are exactly the same. How many combinations of cards are possible when you randomly draw 3 cards from this deck?


The answer is 455.

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

2 solutions

Jesse Li
Sep 16, 2018

We can split this problem into 3 cases:

  1. All 3 cards are matching

  2. 2 cards are matching

  3. No cards are matching

If all 3 cards are matching, there are 13 combinations of cards:

A, A, A

2, 2, 2

3, 3, 3

...

K, K, K

If 2 cards are matching, there are 13 choices for the 2 cards that are matching, which leaves 12 choices for the card that isn't matching. We can multiply these amounts together to find how many combinations there are when 2 cards are matching. 13*12= 156 combinations .

If no cards are matching, there are 13 C 3, or 13 12 11 3 2 1 \frac{13*12*11}{3*2*1} combinations, which evaluates to 286 combinations .

We can add the number of combinations in each case together to find the total amount of combinations. 13+156+286= 455 total combinations

Parth Sankhe
Oct 9, 2018

13C3 + 2(13C2) + 13C1

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...