At a certain stage of a criminal investigation, the inspector in charge is 60% certain that the suspect is guilty. Suppose however that a new piece of evidence shows that the suspect has a certain characteristic that only 20% of the population has. If 20% of the population possess this characterstic how certain of guilt should the inspector now be if that suspect has the characteristic. This could translated to what is the probability that the suspect is guilty given that they have the characteristic?
$E=$ the suspect is guilty $.60$
$E^c=$ the suspect is not guilty $.40$ or $1-.60$
$F=$ the suspect has the characteristic, .20
$F^c$= the suspect doesnt have the characteristic $.80$
$P(E \vert F)=\frac{P(EF)P(F)}{P(F)}$
$=\frac{P(F \vert E)(PE)}{P(F \vert E)P(E)+P(F \vert E^C)P(E^c)}$
$=\frac{P(F \vert E).60}{.60P(F \vert E)+P(F \vert E^c)(.40)}$
My question is how in hell am I supposed to obtain $1$ for $P(F \vert E)$ and $.2$ for $P(F \vert E^c)$. Is there any way to obtain $P(F \vert E)$ with the formula $\frac{P(EF)}{P(F)}$ How on earth do I calcualte $P(FE)$? which is calcualted as Probability that the person has the charactersitic and is guilty?