I have 3 cups with 3 marbles each; one black and two white. If I draw a marble from each cup, what is the probability that I will draw AT LEAST ONE white marble? With one cup it's 66%. If I have 100 cups, the probability that I will draw at least 1 white marble is nearly 190%. How do you calculate the actual probability of drawing at least one white marble, given N cups?
Let B be the event "draw a black marble from a cup". Then
1 cup:P(B)=1+21=31
2 cups:P(BB)=31⋅31=(31)2
3 cups:P(BBB)=(31)3
...
N cups:P(B n times)=(31)N
P(at least 1 white marble if I have N cups)=
=1−P(B n times)=1−(31)N
100 cups:P(at least 1 white marble if I have 100 cups)=
=1−(31)100≈
≈0.99999999999999999999999999999999999999999999999806