I need to find the value of P(A+B) in terms of P(A) and P(B|Ac) where Ac is the complement of A, A+B is A or B, and B|Ac is B given A complement.
So far I've worked it out to P(A+B) = P(A)^2 + P(A)P(B) - P(B) + P(B|Ac) but can't get any further.
I need to find the value of P(A+B) in terms of P(A) and P(B|Ac) where Ac is the complement of A, A+B is A or B, and B|Ac is B given A complement.
So far I've worked it out to P(A+B) = P(A)^2 + P(A)P(B) - P(B) + P(B|Ac) but can't get any further.
Let $x=P(A)$ and $y=P(B|\neg A)$.
$P(\neg A)=1-x$
$P(\neg B|\neg A)=1-P(B|\neg A)=1-y$
$P(\neg A \wedge \neg B) = P(\neg A) \cdot P(\neg B|\neg A) = (1-x)(1-y)$
$P(A+B)=1-P(\neg A \wedge \neg B)=1-(1-x)(1-y)=x+y-xy$