Concept:Bayes' theorem is used to find the probability that a person has the disease, given a positive test result.
Explanation:Let
D be the event that the person has the disease, and let
+ be the event that the test is positive.
Prevalence of the disease:
P(D)=1%=0.01.
Therefore,
P(Dˉ)=1−0.01=0.99.
Sensitivity is the probability of a positive test given the disease:
P(+∣D)=98%=0.98.
Specificity is the probability of a negative test given no disease:
P(−∣Dˉ)=95%=0.95.
So the false positive probability is
P(+∣Dˉ)=1−0.95=0.05.
We need
P(D∣+), the probability of disease given a positive test.
Using Bayes' theorem:
P(D∣+)=P(D)P(+∣D)+P(Dˉ)P(+∣Dˉ)P(D)P(+∣D)​.
Substituting values:
P(D∣+)=(0.01×0.98)+(0.99×0.05)0.01×0.98​.
This gives
P(D∣+)=0.0098+0.04950.0098​=0.05930.0098​≈0.165.
Hence,
P(D∣+)≈16.5%.
Answer:Option C:
16.5%