Let A and B be the events defined as follows :
A be the event "A solves the problem", B be the event "B solves the problem",
A and B are independent events such that
P(A)=0.9,P(B)=0.7 The probability that at least one of them will solve a problem selected at random
P(A∪B)=1−P(Aˉ)P(Bˉ)=
=1−(1−P(A))(1−P(B))=
=1−(1−0.9)(1−0.7)=0.97 Or
P(A∪B)=P(A)+P(B)−P(A∩B)=
=P(A)+P(B)−P(A)P(B)=
=0.9+0.7−0.9(0.7)=0.97
Comments