mutzy188
- 37
- 0
Homework Statement
If P(A) =0.4, P(B)=0.5, and P(A∪B)=0.7, find P(A’∪B’)
The Attempt at a Solution
P(A’) = (Probability of all elements in S that are not in A) = 1 - P(A) = 0.6
P(B’) = (Probability of all elements in S that are not in B) = 1 – P(B) = 0.5
P(A’∪B’)= The union of A’ and B’ = 1 - 0.7 = 0.3
P(A’∪B’) = P(A’) + P(B’) – P(A’∩ B’) = 0.6 + 0.5 – 0.3 = 0.8
So, P(A’∪B’) = 0.8
I'm not sure if i did this correctly.
Thanks