How Accurate is a Positive Disease Test Result?

  • Thread starter Thread starter Jameson
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 2K views
Jameson
Insights Author
Gold Member
MHB
Messages
4,533
Reaction score
13
A blood test indicates the presence of a particular disease 95% of the time when the disease is actually present. The same test indicates the presence of the disease 0.5% of the time when the disease is not present. One percent of the population actually has the disease. Calculate the probability that a person has the disease given that the test indicates the presence of the disease.

-----
Remember to read the http://www.mathhelpboards.com/threads/773-Problem-of-the-Week-%28POTW%29-Procedure-and-Guidelines to find out how to http://www.mathhelpboards.com/forms.php?do=form&fid=2!
 
Physics news on Phys.org
Congratulations to the following members for their correct solution:

1) Sudharaka
2) veronica1999
3) BAdhi

Solution:

[sp] This is a conditional probability problem.

Let B represent the probability that the blood test indicates the presence of the disease and D represent that a person has the disease. We want to find [math]P(D|B)[/math].

By definition of conditional probability [math]P(D|B) = \frac{P(D \cap B)}{P(B)}[/math]. From the information given in the problem we know that [math]P(D \cap B) = (.01)(.95)=.0095[/math]

Now to find the probability of B we must consider two cases: the blood test indicates the presence of the disease and the person has the disease (1) and the blood test indicates the presence of the disease and the person does not have the disease (2).

(1) [math](.95)(.01)=.0095[/math] (The test was positive and the person has it)
(2) [math](.005)(.99)=.00495[/math] (The was positive, meaning the test was incorrect, and the person does not have it)

[math]P(B) = (1)+(2) = .0095+.00495=.01445[/math]

Our final answer is [math]P(D|B) = \frac{P(D \cap B)}{P(B)}=\frac{.0095}{.01445}=.6574[/math]

So even though this test is 95% accurate and only 1% of the population has the disease we arrive a surprisingly low percent of 65.7. This is a good example of how conditional probability can be used to show how wrong our intuitions are about some things :)[/sp]