Question:easy

The number of 5-card combinations out of a deck of 52 cards if there is exactly one ace in each combination is:

Show Hint

For combinations with a specific element, first choose that element and then choose the remaining from the rest.
Updated On: Jul 18, 2026
  • 823764
  • 363428
  • 778320
  • 542380
Show Solution

The Correct Option is C

Solution and Explanation

Step 1: Split the hand into the ace and the rest.
A valid hand needs exactly one of the 4 aces, plus the remaining 4 cards drawn from the 48 non-ace cards.

Step 2: Count each part separately.
Choosing the ace: \(\binom{4}{1}=4\)
Choosing the other four cards: \(\binom{48}{4}=\frac{48\times47\times46\times45}{4\times3\times2\times1}=194580\)

Step 3: Multiply the independent choices.
\[ 4\times194580=778320 \]

Step 4: Conclusion.
\[ \boxed{778320} \]
Was this answer helpful?
0