A new disease has been identified in the human population. For the sake of the following discussion, we will refer to it as (consumerism-order 1).
Scientists have have devised a machine for testing a person for . It identifies in an infected person with accuracy. It identifies a healthy person as healthy of the time. The probability of a random person being affected by is known to be .
Find the approximate probability that a person is affected by , given that his/her test returned positive.
Note: The data given in this problem are representative. The actual probability of a random human to be affected by is best left unsaid.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
I will use C to mean that a randomly selected individual is infected, C ˉ to mean that they do not have the infection and "positive" to mean that the test indicates that the person has the disease.
I will use P(A|B) to mean the probability that A is true given that B is true. So we want to find P(C|pos)
We can use the multiplicative rule for conditional probabilities to find P(C and pos) in two ways
P(C and pos) = P(C) P(pos|C) = P(pos) P(C|pos)
and so
P ( C ∣ p o s ) = P ( p o s ) P ( p o s ∣ C ) P ( C ) … ( 1 )
The denominator can be written as the sum of the probabilities of two mutually exclusive possibilities - either the selected individual is infected and the test gives the correct result, or the person is not infected and the test gives a so called false positive. So (1) can be written as
P ( C ∣ p o s ) = P ( C ) P ( p o s ∣ C ) + P ( C ˉ ) P ( p o s ∣ C ˉ ) P ( p o s ∣ C ) P ( C )
Finally put in the numbers from the question to get
P ( C ∣ p o s ) = 0 . 9 9 × 1 0 − 4 + 0 . 0 5 × 0 . 9 9 9 0 . 9 9 × 1 0 − 4 ≈ 0 . 0 0 2