Independent solution

How to solve this Sampling Without Replacement question

Setup

Setup

Partition the deck into four target cards, eight excluded cards, and forty neutral cards.

4+8+40=524+8+40=52

Model

Model

Count favorable hands separately for two, three, and four target cards while choosing zero excluded cards.

Nf=k=24(4k)(80)(405k)N_f=\sum_{k=2}^{4}\binom4k\binom80\binom{40}{5-k}

Compute

Compute

Divide the favorable count by the number of unordered five-card hands.

Pr=(42)(403)+(43)(402)+(44)(401)(525)\Pr=\frac{\binom42\binom{40}3+\binom43\binom{40}2+\binom44\binom{40}1}{\binom{52}5}
Pr=0.0240249946\Pr=0.0240249946\ldots

Answer

Answer

The probability rounds to 0.0240.

0.0240(C)\boxed{0.0240\quad\text{(C)}}