p3 Probability
p3 Probability
(i) P(Ω) = 1;
(ii) if A ∩ B = ∅, then P(A ∪ B) = P(A) + P(B);
(iii) if A1 ⊂ A2 ⊂ · · · , then P(A1 ∪ A2 ∪ · · · ) = limn→∞ P(An ).
11
Remarks: The 3 axioms which define “probability” have the following implications.
(i) says that Ω always occurs (since it contains all possible outcomes).
(ii) says that if A and B are mutually exclusive (i.e. A and B CANNOT occur simultaneously),
then the probability that either A or B occurs is the sum of the probabilities of A and B.
(iii) says that if A1 implies A2 , A2 implies A3 etc., then the probability that at least one of the
events A1 , A2 , . . . occurs is the probability of An when n → ∞.
3.2.2 “Combinatorial probability” assumes that Ω is a finite set and that for any ω ∈ Ω,
1
P({ω}) = .
no. of outcomes in Ω
We can verify easily that “combinatorial probability” satisfies the 3 axioms in §3.2.1 and is
therefore a special case of “probability”.
P(A1 ∪ A2 ∪ A3 ∪ A4 )
= P(A1 ) + P(A2 ) + P(A3 ) + P(A4 )
− P(A1 ∩ A2 ) + P(A1 ∩ A3 ) + P(A1 ∩ A4 ) + P(A2 ∩ A3 ) + P(A2 ∩ A4 ) + P(A3 ∩ A4 )
+ P(A1 ∩ A2 ∩ A3 ) + P(A1 ∩ A2 ∩ A4 ) + P(A1 ∩ A3 ∩ A4 ) + P(A2 ∩ A3 ∩ A4 )
− P(A1 ∩ A2 ∩ A3 ∩ A4 ).
12
3.3.3 Example. (Umbrella problem)
N people go to a party on a rainy night. At the end of party, people take their umbrellas at
random. What is the probability that no one gets the right umbrella?
Solution:
Let Ai be the event that guest i gets his/her umbrella correctly. Then the probabilty that at least 1
guest gets the right umbrella is
N
X X
P(A1 ∪ A2 ∪ · · · ∪ AN ) = (−1)j−1 P(Ai1 ∩ Ai2 ∩ · · · ∩ Aij ).
j=1 i1 <i2 <···<ij
By symmetry,
Thus
N XN
j−1 (N − j)! N 1
X
P(A1 ∪ A2 ∪ · · · ∪ AN ) = (−1) = (−1)j−1
N! j j!
j=1 j=1
1 1 1
= 1 − + − · · · + (−1)N −1 .
2! 3! N!
Hence
3.3.4 Exercise. Find the probability that exactly k people get correct umbrellas.
13