Suppose we throw 5 labelled balls randomly into 3 labelled bins. a) What is the probability that the first bin is empty? b) What is the probability that at least two bins are empty?
I know that the sample space is k^n, in this case being 3^5, but I can't figure out how I can solve these 2.
Label the bins A,B,C
example a/ grants P(No balls land in A)=P(All balls land in B or C)=$(2/3)^5$
example b/ is a little more tricky, P(at least two bins are empty) = P(A is full) + P(B is full) + P(C is full) $= 3 \cdot (1/3)^5$