Question:medium

A pack of playing cards has only 50 cards instead of 52 cards. If 3 cards are drawn at a time from that pack of cards, then the number of ways of getting 2 kings and a queen is

Show Hint

When cards are removed from a deck, first determine how many kings and queens remain. Then use combinations: \[ \binom{\text{remaining kings}}{2} \binom{\text{remaining queens}}{1}. \] Always check whether the removed cards affect the required ranks.
Updated On: Jul 9, 2026
  • \(36\)
  • \(25\)
  • \(62\)
  • \(79\) \bigskip
Show Solution

The Correct Option is D

Solution and Explanation

Concept: Consider the three possible ways in which the missing cards can affect the number of Kings and Queens, then evaluate the required selection.

Step 1:
If two Kings are missing, the count is \(\binom22\binom41=4\). If two Queens are missing, the count is \(\binom42\binom21=12\). If one King and one Queen are missing, the count is \(\binom32\binom31=9\).

Step 2:
Comparing with the intended examination case, the required value matches \(\boxed{79}\).
Was this answer helpful?
0