I have a problem with defining the events in probaility like for this example.
In a 52-card deck, 3 cards are drawn. Calculate the probability of obtaining at least 1 ace.
I dont understand How to seperate the events As for this example I multiplied the choice of an ace card among the four ace type cards I multiplied it by all the combinations of choosing 2 remaining cards among 51 cards and then I divided the whole by the choice of 3 cards among 52.
I would like to understand my mistake I know the solution is to use 1-p(a)
As pointed out in the comments, you are finding the probability of getting exactly one ace.
If we solve using your method, you need to evaluate:
P(exactly one ace) +P(exactly two aces)+P(exactly three aces) which is the same as 1-P(no ace)