So I have a deck with $36$ cards containing $4$ aces. After extracting $3$ random cards:
- What is the probability of being EXACTLY $1$ ace in those $3$ cards?
- What is the probability of being AT LEAST an ace in those $3$ cards?
I have trouble differentiating the $2$ problems. So for the first problem, the first card drawn has a chance of $\frac{32}{36}$. Assuming it wasn't an ace the second one is $\frac{31}{35}$, and the third one $\frac{30}{34}$. The probability is $P = 1 - \frac{32}{36} * \frac{31}{35} * \frac{30}{34}$. Am I approaching this correctly? And as far as the second one goes, I have no idea. What is the correct approach for this type of problem?
The first question asks you to find the probability that there is exactly one ace, no more, no less. Your sample space consists of one out of four aces and two non aces in this case.
The second part asks you to find the probability that there is at least one ace. In this case, your sample space can contain
Easier way to approach the second problem would be to consider the complement of the sample space, i.e., no card is an ace. Can you take it further?
As for your solution, you counted the probability for first three cards being a non ace and subtracted from $1$. That means you are counting the probability of complement of an event $E$ where $E$ is no card is an ace. Hence $E^C$ means at least one card is an ace. So indirectly, you solved the second problem.
Hint: For the first part, pick any one ace in $4\choose 1$ ways and select remaining $2$ cards out of $32$ in $32 \choose 2$ ways.