
Nikolay M. answered 08/30/21
PhD in STEM with 25+ Years of Coding Experience
This is the Bayesian statistics
a) combine true positive and false positive, subtract from 1
1 - (0.94 * 0.04 + 0.03 * (1 - 0.04)) = 0.934
b) negative test is in two cases: true negative and false negative
true negative: ans from (a) - false negative:
0.93 - 0.04 * (1 - 0.94) = 0.928
conditional true negative if tested negative = 0.928 / 0.934 = 0.994
c) x is is the infections rate, combine true positive and false positive
0.94 * x + 0.03 * (1 - x) = 0.1
0.91 * x = 0.07
x = 0.077