
Luke G. answered 12/15/20
10+ years with Calculus from undergrad and on
This is a pretty straightforward application of Bayes' rule.
We want P(A|T_+) = P(T_+|A) * P(A) / P(T_+)
Where, P(A) represents the probability that someone has the abnormality
P(T_+) represents the probability that a test will return a positive result.
For P(T_+), we can calculate it as follows:
P(T_+) = P(T_+ and A) + P(T_+ and !A)
= P(T_+|A)P(A) + P(T_+|!A)P(!A)
= .9*.1 + .6(probability of T_+ for someone who doesn't have the anomaly)*.9 ~ .63
So, P(A|T_+) = P(T_+|A)P(A) / P(T_+)
= .9*.1/.63 ~ .143 or about 14%
In other words, the test isn't good enough to significantly add more information than the base rate of the population is about 10%
This formulation is assuming the test is binary (positive or negative, no unclear results, so that P(T_+) = 1-P(T_-)).

Luke G.
I actually get 1/7 when I reduce the fractions.12/17/20
Ma F.
Thank you. The answer has to be in fraction form so I put 10/63 but that is wrong. Is there another answer/way to solve this to this?12/17/20