Problem
A survey of boy-girl couples suggests that in 20% of couples both the boy and the girl love pizza, in 5% of couples the girl loves pizza, but the boy doesn't, in 10% couples the boy loves pizza, but the girl doesn't.
If a boy is chosen randomly and he loves pizza, what's the probability that the girl loves pizza too?
Solution attempt
$A$ - the boy loves pizza, $B$ - the girl loves pizza
Then we know that $P(AB)=0.2$, we need $P(B|A)$, but I guess we don't know $P(A)$, we only know $P(\overline{A}B)$ and $P(A\overline{B})$, but I don't know what to do with that information.
How to solve that problem?
Note $P(A)=P(AB)+P(A\bar{B})=0.2+0.1=0.3$. You can do the rest.