Stephenson G. answered 11/04/24
Experienced Statistics Tutor - AP Statistics, College Statistics
Let's define the events:
- A: The person has disease D.
- Ac: The person does not have disease D.
- B: The person tests positive for the disease.
We are given:
- P(B∣A) = 0.90 (Probability of testing positive given having the disease).
- P(B∣Ac) = 1 − 0.99 = 0.01 (Probability of testing positive given not having the disease).
- P(B) = 0.04 (Overall probability of testing positive).
P(B) = P(B∣A)P(A) + P(B∣Ac)P(Ac) using the law of total probability
P(A) = 1 - P(Ac)
0.04 = 0.90P(A) + 0.01(1 − P(A))
P(A) = 0.0337
P(Ac∣B) =P(B∣Ac)P(Ac) / P(B) using Bayes' Theorem
We can find P(B) now that we know what P(A) and P(Ac) are. After plugging in the values, you should get P(Ac∣B) = 0.2416
Hope this was helpful.