So we draw 3 cards. I am looking for the probability at least two of the cards to be black (spades or clubs) and exactly one card to be an ace.
So my attempt is :
1. case: The ace is black. I choose the ace, then the other black card, then the other card (shouldn't be an other ace) :
$$\binom{2}{1}\binom{24}{1}\binom{47}{1}$$
2. case The ace is not black. I choose the ace, then the other 2 black cards (they cannot be aces) $$\binom{2}{1}\binom{24}{2}$$ So I get $$\frac{2808}{\dbinom{52}{3}}$$ which is NOT the answer. Any tips what I am doing wrong ?
I think you should consider three cases and add them together. (2/52* 24/51* 26/50) + ( 24/52* 2/51* 26/50) + ( 24/52* 23/51* 2/50). Also I would consider the three different combinations.