Task. Three boys agree to meet at midday tomorrow. The probability of each boy remembering to meet is 3/4, 4/5, 5/8. Calculate the probability that at least two of the boys will remember to meet.
Solution. Consider the following 4 events:
A011 - “only 1st boy will forget to meet”
A101 - “only 2dn boy will forget to meet”
A110 - “only 3rd boy will forget to meet”
A111 - “only boys will remember to meet”
Thus 0 (resp 1) at poisition i means that i-th boy will forget (resp. remember) to meet.
Then these events are collectively exhaustive.
We should compute the probability p that at least two of the boys will remember to meet, i.e. the probability
p=P(A111∪A110∪A101∪A011).
Since the events are collectively exhaustive it follows that
p=P(A111∪A110∪A101∪A011)=P(A111)+P(A110)+P(A101)+P(A011).
Let Ai be the event that the i-th boy will remember to meet, so
P(A1)=3/4,P(A2)=4/5,P(A3)=5/8.
Then
A111=A1∩A2∩A3,
A110=A1∩A2∩A3,
A101=A1∩A2∩A3,
A011=A1∩A2∩A3.
Assume that events A1, A2 and A3 are independent. This means that
P(A1∩A2∩A3)=P(A1)∗P(A2)∗P(A3)=43∗54∗85=16060,
P(A1∩A2∩A3)=P(A1)∗P(A2)∗(1−P(A3))=43∗54∗83=16036
P(A1∩A2∩A3)=P(A1)∗(1−P(A2))∗P(A3)=43∗51∗85=16015
P(A1∩A2∩A3)=(1−P(A1))∗P(A2)∗P(A3)=41∗54∗85=16020
Hence the probability p that at least two of the boys will remember to meet is equal to
p=P(A111)+P(A110)+P(A101)+P(A011)=16060+16036+16015+16020
=16060+36+15+20=160131.
Answer. p=160131.