Revision as of 17:35, 30 April 2023 by Admin (Created page with "'''Solution: A''' Define the events as follows: C = files a claim N = no lifting M = moderate lifting H = heavy lifting Then, using Bayes’ Theorem, <math display = "b...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Exercise


ABy Admin
Apr 30'23

Answer

Solution: A

Define the events as follows:

C = files a claim

N = no lifting

M = moderate lifting

H = heavy lifting

Then, using Bayes’ Theorem,

[[math]] \begin{align*} \operatorname{P}[M \cup H | C) = 1- \operatorname{P}[N | C) &= 1 - \frac{\operatorname{P}[C|N)\operatorname{P}[N)}{\operatorname{P}(C | N ) \operatorname{P}( N ) + \operatorname{P}(C | M) \operatorname{P}[M) + \operatorname{P}[C | H) \operatorname{P}[H)} \\ &= 1- \frac{0.05(0.4)}{0.05(0.4) + 0.08(0.5) + 0.2(0.1)} \\ &= 1-0.25 \\ &= 0.75. \end{align*} [[/math]]

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

00