A person is a suspect in a criminal investigation, and there is a 25% chance they are guilty (event G). If they are guilty, there is a 90% chance their fingerprints would be found at the crime scene. If they are not guilty, there is a 10% chance their fingerprints would be found.
Suppose in addition to fingerprints, DNA evidence is found (event D). The prob-ability of leaving DNA evidence is also 10% if they are not guilty and 90% if they are guilty. Leaving evidence of different types is independent, conditional on their guilt/innocence. What is the probability that the person is guilty, given BOTH fingerprints and DNA evidence are found?
We want $P(G|DF) = P(GDF)/P(DF)$, we know $P(D | \overline{G}) = 0.1, P(D | G ) = 0.9$
Can I get a hint?