Assume ' is equal to not or complement here.
Alright, you are given the following information:
p(E)= 1/3
p(F)=1/2
p(E|F)=2/5
You are asked to find p(F|E).
Bayes theorem is:
p(F|E)=p(E|F)p(F) divided by P(E|F)p(F)+p(E|F')p(F')
I know that p(E|F')= 1-p(E'|F')
How do I find p(E|F')?
I know F'=F here.
$P(F\mid E) = \dfrac{P(E\mid F)\cdot P(F)}{P(E)} = \dfrac{\dfrac{2}{5}\cdot \dfrac{1}{2}}{\dfrac{1}{3}} = \dfrac{3}{5}$