ABy Admin
Apr 29'23

Exercise

An actuary is studying the prevalence of three health risk factors, denoted by A, B, and C, within a population of women. For each of the three factors, the probability is 0.1 that a woman in the population has only this risk factor (and no others). For any two of the three factors, the probability is 0.12 that she has exactly these two risk factors (but not the other). The probability that a woman has all three risk factors, given that she has A and B, is 1/3.

Calculate the probability that a woman has none of the three risk factors, given that she does not have risk factor A.

  • 0.280
  • 0.311
  • 0.467
  • 0.484
  • 0.700

Copyright 2023 . The Society of Actuaries, Schaumburg, Illinois. Reproduced with permission.

ABy Admin
Apr 29'23

Solution: C

Let x be the probability of having all three risk factors.

[[math]] \frac{1}{3} = \operatorname{P}[A \cap B \cap C | A \cap B ] = \frac{\operatorname{P}[A \cap B \cap C]}{\operatorname{P}[A \cap B]} [[/math]]

It follows that

[[math]] \begin{align*} x = \frac{1}{3}(x + 0.12 ) &= \frac{1}{3}x + 0.04 \\ \frac{2}{3}x &= 0.04 \\ x &= 0.06. \end{align*} [[/math]]

Now we want to find

[[math]] \begin{align*} \operatorname{P}[( A ∪ B ∪ C )^c | A^c] &= \frac{\operatorname{P}[( A ∪ B ∪ C )^c]}{\operatorname{P}[A^c]} \\ &= \frac{1− \operatorname{P}[ A ∪ B ∪ C]}{1-\operatorname{P}[A]} \\ &= \frac{1 − 3 ( 0.10 ) − 3 ( 0.12 ) − 0.06}{1 − 0.10 − 2 ( 0.12 ) − 0.06} \\ &= \frac{0.28}{0.60} = 0.467 \end{align*} [[/math]]

Copyright 2023 . The Society of Actuaries, Schaumburg, Illinois. Reproduced with permission.

00