Let $P(A) = 0.5, P(B|A) = 0.2$ and $P(A \cup B) = 0.8$
Find
a) $P(A \cap B)$
b) $P(A | B^c)$
c) $P(A \cap B^c | A \cup B)$
So for
(a) I know that P( B|A ) = $P(A \cap B)$ / P(A). So $P(A \cap B)$ = .5 * .2 = .1.
I'm confused as to what (b) is asking for. The probability of A given the complement of B, so I think the complement of B is 0.7 but I'm still confused as to how I'm supposed to approach this problem. Same with (c)
Hint$$p(B/A)=\frac{p(A\cap B)}{p(A)}\implies p(A\cap B)=\cdots\\ p(A\cup B)=p(A)+p(B)-p(A\cap B)\implies p(B)=\cdots\\ p(A/B^c)=\frac{p(A\cap B^c)}{p(B^c)}=\frac{p(A)-p(A\cap B)}{1-p(B)}=\cdots$$