I have $P(A\mid B) = P(A \cap B) / P(B) = .5$, and $P(A\mid B') = P(A \cap B') / P(B') = .2$
I am trying to find $P(B|A) = P(B \cap A) / P(A) = P(B \cap A) /.4$ but I cannot find $P(B \cap A)$.
I got $P(B \cap A) = P(B) \times .5$, and thus $P(B)\times.5 / .4$ gets $P(B)\times 0.2$. Just manipulation of the information but cannot find anything.
If anyone can help, I will be extremely appreciative and it will help a bunch!
Thanks!!

By the Theorem of Total Probability: $\mathsf P(A) = \mathsf P(A\mid B)\;\mathsf P(B) + \mathsf P(A\mid B')\;\mathsf P(B') \\ \therefore 0.4 = 0.5\; \mathsf P(B) + 0.2\; (1-\mathsf P(B))$
Solve for $\mathsf P(B)$ then use: $\mathsf P(B\mid A) = \mathsf P(A\mid B) \mathsf P(B) / \mathsf P(A)$