Five cards are drawn from a shuffled deck with $52$ cards. Find the probability that
a) four cards are aces
b) four cards are aces and the other is a king
c) three cards are tens and two are jacks
d) at least one card is an ace
My attempt:
a) $\left(13*12*\binom{4}{4}*\binom{4}{1}\right)/\binom{52}{5}$
b) same as (a)?
c) $\left(13 * 12 * \binom{4}{3} * \binom{4}{2}\right)/\binom{52}{5}$
d) $\left(13 * \binom{4}{1}\right)/\binom{52}{5}$
There are $\binom{52}{5}$ equally likely ways to choose $5$ cards. For solving all but the last problem, we count the number of "favourables" and divide by $\binom{52}{5}$.
a) There are $\binom{48}{1}$ $4$-Ace hands, for we have freedom only in choosing the non-Ace. Or, if you prefer, there are $\binom{12}{1}\binom{4}{1}$ such hands.
b) We can choose which King it is in $\binom{4}{1}$ ways.
c), The tens can be chosen in $\binom{4}{3}$ ways, and for each way the Jacks can be chosen in $\binom{4}{2}$ ways, for a total of $\binom{4}{3}\binom{4}{2}$.
d) Find first the probability of no Aces. We can choose a no Ace hand in $\binom{48}{5}$ ways. Calculate the probability of no Aces, and subtract this probability from $1$.