There is a bag with 70 balls. 8 balls are blue. If you pick up 5 balls (no replacement), what is the probability that at least one is blue?
My first approach was to obtain the probability (A) that no blue ball is picked up: - P(A)= 62/70 · 61/69 · 60/68 · 59/67 · 58/66
And then, the probability that at least one blue ball is picked up is P(B) = 1 - P(A). I just wanted to be sure if I'm correct. Thanks.
Calculate the probability that none of the balls is blue. Then subtract that probability from $1$ to get the probability that at least one ball is blue.
As you are not replacing the balls the total number of balls keep decearsing.
Desired probablity is $$P=1- \frac{62}{70} \cdot \frac{61}{69} \cdot \frac{60}{68} \cdot \frac{59}{67} \cdot \frac{58}{66}$$