A drawer holds $4$ red hats and $4$ blue hats. What is the probability of getting exactly $3$ red hats or $3$ blue hats when taking out $4$ hats randomly out of the drawer and immediately returning every hat to the drawer before taking out the next?
When I come across the question (I saw this questions two times in a week), I tried to solve in this way-
probability of getting exactly $3$ red hats is
$$\frac{{4\choose 3}{4\choose 1}}{{8\choose 4}} = \frac{16}{70}$$
probability of getting exactly $3$ blue hats is
$$\frac{{4\choose 3}{4\choose 1}}{{8\choose 4}} = \frac{16}{70}$$
So, P(exactly $3$ red or exactly $3$ blue ) = $\frac{32}{70}$
But answer of this problem is $\frac{1}{2}$. What is my mistake?