Answer:
P ( disease | positive ) = 0.68
Step-by-step explanation:
This is a classic question of Bayes' Theorem, which calculates probability in a scenario where one event has already occured.
In this case, we have the following data:
P ( disease ) = 0.10
P (no disease) = 0.90
P ( positive | disease ) = 0.95
P ( positive | no disease) = 0.05
Formula to use:
[tex]P ( disease\ |\ positive ) = \frac{P(disease)\ P(positive\ |\ disease)}{P(disease)\ P(positive\ |\ disease) + P(no\ disease)\ P(positive\ |\ no\ disease)}[/tex]We substitute the values from our data in this formula:
[tex]\frac{(0.10) \times (0.95)}{(0.10)\times(0.95) + (0.90)\times(0.05)} \\\\\frac{0.095}{0.095+0.045}\\\\\frac{0.095}{0.14}\\ \\\\\=0.68[/tex] (Rounded off to two decimal places)
Hence, the probability of a person testing positive once they have the disease is 68%.