Every person gets $5$ cards from a deck of cards ($52$). What is the probability that the first $5$ cards will contain exactly $2$ aces?
I have tried to calculate it by $\frac{5}{52} \times \frac{5}{47} = \frac{25}{2444}$.
I know my answer is incorrect, but I dont know how I should approach this.
You need to think about the number of ways you can get two aces, and divide this by the total number of hands you can get.
Firstly, there are $4 \choose 2$ different ace combinations that you can get. And, given that two cards in your hand are aces, there are $48 \choose 3$ different combinations for the remaining $3$ cards in your hand (note we remove all 4 aces to get 48 remaining cards, since you can only have 2 aces). This gives the total number of ways to get 2 aces as
$ 4 \choose 2$ $\times$ $48 \choose 3 $
Get this number in your calculator and divide it by the total number of possible hands, $52 \choose 5$ to get the answer.
Recall that $n \choose x $$= \frac{n!}{x! (n-x)!}$ and $n! = n\times (n-1) \times ... \times 2 \times 1$