It is known that 70% of women and 60% of men have voted in a poll, in a village where 500 women and 400 men live. If only 80% of the inhabitants tells the truth, what is the probability that a person who says "I did vote" is telling the truth?
I've broken this problem down into the events:
V = The person voted
T = The person tells the truth
I know as well that I'm looking for $P(T|V)$. I know in order to calculate this, by Bayes Theorem, I need to calculate $P(V|T)$.
I have that $P(V) = \frac{59}{90}$ and $P(T) = \frac{8}{10}$. My problem is that I don't know that I have enough information to calculate $P(V \cap T)$ to be able to continue and get a concrete probability for $P(T|V)$.

$350+240=590$ of $500+400=900$ voted. $472$ of those who voted would say they voted while $62$ of those who didn't vote would say they voted. Thus, $\frac{472}{472+62}=\frac{236}{267}$ of those who said they voted would actually have voted.