Murder case Conditional probability

AI Thread Summary
In a murder case involving 100 party guests, the police suspect one murderer among them and plan to use a lie detector test, which correctly identifies the liar 80% of the time but also falsely identifies honest individuals 5% of the time. The expected number of people who will fail the test can be calculated based on these probabilities. When Mickey fails the test, the probability that Professor Plum is guilty is expressed as p/[p+(N−1)q], which evaluates to approximately 0.62 with the given parameters. To achieve a 75% probability of guilt upon failing the test, the ratio of false positive to true positive rates must be optimized, emphasizing the need to improve both parameters for better accuracy. Understanding these probabilities is crucial for effectively identifying the murderer.
dede4metal
Messages
2
Reaction score
0
Guys my question should be easy but I cannot understand how it works, here is how it goes.

A murder case involves the death of a guest at a large party in a country house. The police are certain that there is only one murderer who is among the N = 100 remaining people in the house. However, they have no evidence at all so that they suspect everyone equally. They decide to use a lie detector test on everyone. Only the murderer lies. If an interviewee lies during the test, the lie detector will return a positive result (i.e. correctly identify the interviewee as a liar) with a probability of p = 80%. However, the lie detector also has a q = 5% chance of incorrectly identifying an honest interviewee as a liar.
(a) How many people are expected to fail the lie detector test?
(b) Mickey is the first to be interviewed. He fails the test. Show that the probability that Professor Plum is guilty is given by p/[p+(N−1)q]. Evaluate this quantity using the parameters given.
(c) One can attempt to design a more discriminating lie detector. What should be the condition for the ratio q/p if the goal is a probability of at least 75% that an interviewee is guilty if he/she fails the test. Comment on whether it is more important to improve the parameter p, q or both.

cheers!
 
Physics news on Phys.org
WHAT I GET IS P(positive)=p+q(N-1)

P(murderer given positive)/P(positive given murderer)=P(meruderer)/P(positive)

but this gives me P(murderer given positive)=p/[N[p+(N−1)q]] therefore an extra factor of N!
 
dede4metal said:
WHAT I GET IS P(positive)=p+q(N-1)

This is wrong. you have to divide by N here. someone gets a positive test if
(they are the murderer (prob. 1/N) AND they then test positive (prob p). OR
(they are not the murderer (prob. (N-1)/N and they test positive (prob q.)
 
dede4metal said:
Guys my question should be easy but I cannot understand how it works, here is how it goes.

A murder case involves the death of a guest at a large party in a country house. The police are certain that there is only one murderer who is among the N = 100 remaining people in the house. However, they have no evidence at all so that they suspect everyone equally. They decide to use a lie detector test on everyone. Only the murderer lies. If an interviewee lies during the test, the lie detector will return a positive result (i.e. correctly identify the interviewee as a liar) with a probability of p = 80%. However, the lie detector also has a q = 5% chance of incorrectly identifying an honest interviewee as a liar.
(a) How many people are expected to fail the lie detector test?
(b) Mickey is the first to be interviewed. He fails the test. Show that the probability that Professor Plum is guilty is given by p/[p+(N−1)q]. Evaluate this quantity using the parameters given.
(c) One can attempt to design a more discriminating lie detector. What should be the condition for the ratio q/p if the goal is a probability of at least 75% that an interviewee is guilty if he/she fails the test. Comment on whether it is more important to improve the parameter p, q or both.

cheers!

The true positive probability is 0.8 and the false negative probability is 1 - 0.8 = 0.2 given you are guilty (P=0.01)

The true negative probability is 0.95 and the false positive probability is 1 - .95 = 0.05 given that you are innocent (P=0.99).

This is all you need to solve for the probability of finding the guilty person after k tests (or any related question). Note the probability of a false positive: (0.05)(.99)= 0.0495 is much larger than a true positive: (0.8)(.01)= 0.008
 
Last edited:
I was reading documentation about the soundness and completeness of logic formal systems. Consider the following $$\vdash_S \phi$$ where ##S## is the proof-system making part the formal system and ##\phi## is a wff (well formed formula) of the formal language. Note the blank on left of the turnstile symbol ##\vdash_S##, as far as I can tell it actually represents the empty set. So what does it mean ? I guess it actually means ##\phi## is a theorem of the formal system, i.e. there is a...
Back
Top