Let's assume the following:
a) the conditional probability of $B$ given $A$ is 0.8
b) the conditional probability of $B$ given $\text{not }A$ is 0.4
c) the unconditional probability of $B$ is 0.5
What is the probability of $A$?
EDIT
I'm really struggling with this. Here is what I'm thinking and could really use some help.
$$P(B) - P(B|\text{not }A) \cdot P(\text{not }A) = P(B|A) \cdot P(A) \implies P(\text{not }A)=1-P(A)$$
Is this correct?