Questions: Bayes' Theorem

3 questions to test your understanding

Score: 0 / 3
Question 1 Multiple Choice

A doctor knows that P(positive test | disease) = 0.95. She wants to compute P(disease | positive test). What additional information does she need?

AOnly the total number of patients tested
BP(disease) — the prior probability of having the disease — and P(positive test) — the overall probability of testing positive
CNothing — P(disease | positive test) equals P(positive test | disease) by symmetry
DThe sample size, because Bayes' theorem only applies to large datasets
Question 2 True / False

A disease test has a 95% true positive rate: P(positive test | disease) = 0.95. Therefore, if a person tests positive, there is a 95% chance they have the disease.

TTrue
FFalse
Question 3 Short Answer

In Bayes' theorem P(B|A) = P(A|B)·P(B) / P(A), what role does the denominator P(A) play?

Think about your answer, then reveal below.