Problem:Let $E$ and $F$ be two events such that $P(E)=0.7$, $P(F)=0.4$ and $P(E∩F')=0.4$. Then, $P(F|E∪F')$ is equal to
- $1/2$
- $1/3$
- $1/4$
- $1/5$
My Attempt: We know that $$P(F|E∪F')=\frac{P(F\cap\{E\cup F'\})}{P(E\cup F')}.$$ Now $P(E\cup F')=P(E)+P(F')-P(E\cap F')=0.7+0.6-0.4=0.9$ and $P(F\cap\{E\cup F'\})=P(\{F\cap F'\}\cup E)=P(\phi\cup E)=P(E).$ And so $$P(F|E∪F')=\frac{P(F\cap\{E\cup F'\})}{P(E\cup F')}=\frac{P(E)}{0.9}=7/9.$$ But apparently this is not mentioned in any of the options. Where am I going wrong?