Consider the following 4 events:
A011 - “only 1st boy will forget to meet”
A101 - “only 2nd boy will forget to meet”
A110 - “only 3rd boy will forget to meet”
A111 - “all three boys will remember to meet”
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(A011∪A101∪A110∪A111) Since the events are collectively exhaustive it follows that
p=P(A011∪A101∪A110∪A111)=
=P(A011)+P(A101)+P(A110)+P(A111)
A011=A1C∩A2∩A3
A101=A1∩A2C∩A3
A110=A1∩A2∩A3C
A111=A1∩A2∩A3 Given P(A1)=43,P(A2)=54,P(A3)=85.
Assume that events A1,A2 and A3 are independent. This means that
P(A011)=P(A1C)P(A2)P(A2)=
=(1−43)(54)(85)=81
P(A101)=P(A1)P(A2C)P(A2)=
=43(1−54)(85)=323
P(A110)=P(A1)P(A2)P(A2C)=
=43(54)(1−85)=409
P(A111)=P(A1)P(A2)P(A2)=
=43(54)(85)=83 Hence the probability p that at least two of the boys will remember to meet is equal to
p=P(A011)+P(A101)+P(A110)+P(A111)=
=81+323+409+83=160131=0.81875
Comments