Disease $G$ infects $1$ out of every $1000$ people. There's a test for Disease $G$ which is guaranteed to test positive for someone with the disease. For those without the disease, they will test positive $1\text{%}$ of the time.
You tested positive for Disease $G$, and your doctor wants to place you on an expensive emergency treatment. What's the probability you actually have it?
$P(Z) =1/1000$, $P(+|Z) =1/1000$, $P(Z') =999/1000$. $P(Z|+) = ???$ Also, how to calculate $P(+|Z')$?