Multiple choice

What is the number of ways of choosing 4 cards from a deck of 52, where all the cards are of the same suit and secondly, where all the cards are of different suits?

  1. 2860, 28561

  2. 28561, 2860

  3. 52, 28561

  4. 2860, 52

  5. None of these

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Choosing 4 cards of same suit: 4 suits * C(13,4) = 4 * 715 = 2860. Choosing 4 cards of different suits: C(13,1)^4 = 13^4 = 28561.

AI explanation

For four cards of the same suit, we choose one of the 4 suits and then 4 cards from its 13 cards, calculated as 4C1 x 13C4 = 4 x 715 = 2860. For four cards of different suits, we choose one card from each of the four suits, calculated as 13C1 x 13C1 x 13C1 x 13C1 = 13 x 13 x 13 x 13 = 28561.