I came across a seemingly simple Bayes Theorem question, but I am going in circles currently to try to figure it out.
I am given only that $$P(A) = .78$$ $$P(B|A) = .66$$ $$ P(B'|A') = .45$$
I am trying to find P(A'|B'). Obviously the first step is to find P(B).
So far I have shown that $$P(B|A) = \frac{P(B)*P(A|B)}{P(A)} \rightarrow P(B)*P(A|B) = .4752$$ So to find P(B) we need to find P(A|B)
$$P(A|B) = \frac{P(A)*P(B|A)}{P(B)} = \frac{.4752}{P(B)}$$ so this doesnt help at all.
The other way to find P(B) is by $$P(B) = P(A)*P(B|A) + P(A')*P(B|A') $$ but we are not given P(B|A') or P(B'|A) so we can't find either.
How would you go about solving this?
Hint: $P(B'|A) = 1 - P(B|A)$.