An urn contains four balls numbered 1 through 4. The balls are selected one at a time without replacement: a match occurs if the ball numbered i is the i-th ball selected. Let the event Ai denote a match on the i-th draw; i=1,2,3,4.
(a) Show that P(Ai) = 1/4 for each i.
(b) Show that P(Ai โฉ Aj) = 4/(i(i+1)) for each i โ j.
(c) Show that P(Ai โฉ Aj โฉ Ak) = 4/(i(i+1)(i+2)) for each i โ j โ k.
(d) Show that the probability of at least one match is P(A1 โช A2 โช A3 โช A4) = 1 - 3/4.
(e) Extend this exercise so that there are n balls in the urn. Show that the probability of at least one match is P(A1 โช A2 โช ... โช An) = 1 - 1/n!.
(f) What is the limit of this probability as n increases without bound?