You are dealt five cards from a standard deck find probability of getting $1$ ace, $2$ aces, $3$ aces, $4$ aces
Attempt
There are $\binom{ 52}{ 5}$ possible outcomes.
$p_1$ is probability of being dealt one ace
$$ p_1=\frac{4}{\binom{ 52}{ 5} }$$
$p_2$ is probability of being dealt one ace
$$ p_2=\frac{\binom{5}{2} \binom{50}{3} }{\binom{ 52}{ 5} }$$
$p_3$ is probability of being dealt one ace
$$ p_3=\frac{\binom{5}{3} \binom{49}{2} }{\binom{ 52}{ 5} }$$
$p_4$ is probability of being dealt one ace
$$p_4=\frac{\binom{5}{4} \binom{48}{1} }{\binom{ 52}{ 5} }$$
$p_5$ is probability of being dealt one ace
$$ p_5=\frac{1 }{\binom{ 52}{ 5} }$$
have a follow up question needing correct $p$'s
Count the number of ways to pull there required number of aces times the number of ways you can pull the required number of non-aces. There are 48 non-aces in the deck.
0 aces. $\frac {{48\choose 5}}{52\choose 5}$
1 ace $\frac {{4\choose 1}{48\choose 4}}{52\choose 5}$
2 aces $\frac {{4\choose 2}{48\choose 3}}{52\choose 5}$
etc.