There are two traffic lights. Let $E$ be the event that you stop at the first light and $F$ be the event that you stop at the second light.
Given:
$P(E) = .6$
$P(F) = .4$
$P(E \text{ and } F) = .25$
What is the probability that you stop at only the first traffic light?
My attempt:
We want $P(E \text{ and } F^c)$
$P(E \text{ and } F^c) = P(E|F^c)P(F^c)$
The question then becomes what is $P(E|F^c)$?
Conditioning on $F$ leads to:
$P(E) = P(E|F) + P(E|F^c)$
Where $P(E|F) = \frac{P(E \text{ and } F)}{P(F)}$
$P(E) - P(E|F) = P(E|F^c)$
$P(E) - \frac{P(E \text{ and } F)}{P(F)} = P(E|F^c)$
But $P(E) = .6$ and $\frac{P(E \text{ and } F)}{P(F)}=.625$ so I get a negative number....
What did I do wrong, and what's the easiest way to solve this problem? Thanks