So let's say we have the letters AAABBCD, We write them down on cards and shuffle them, Then we randomly pick 2 cards.
I would like to know the probability of at least 1 of those cards being A. So either the 1st or 2nd or both being A.
I'm trying to wrap my head around this.
In my mind it's the probability of choosing A twice added to the probability of choosing A first and the probability of choosing it second, so (3/7 * 1/3) + (3/7 * 2/3) + (4/7 * 1/2).
Would this be correct?
Thank you in advance.