Exercise


May 13'23

Answer

Key: C

Insurance pays 80% of the portion of annual claim between 6,000 and 1,000, and 90% of the portion of annual claims over 14,000.

The 14,000 breakpoint is where the policyholder has paid 10,000:

1000 = deductible

1000 = 20% of costs between 1000 and 6000

8000 = 100% of costs between 14,000 and 6,000

[[math]] \operatorname{E}(X \wedge x ) = \theta \left( 1 - \frac{\theta}{x + \theta} \right) = \frac{5000x}{x + 5000} [[/math]]

[math]x[/math] [math]\operatorname{E}(X \wedge x ) [/math]
1000 833.33
6000 2727.27
14000 3684.21
[math]\infty[/math] 5000

[[math]] \begin{aligned} &0.80[ \operatorname{E}[ X \wedge 6000) − \operatorname{E}[ X \wedge 1000)] + 0.90[ \operatorname{E}[ X ) − \operatorname{E}( X \wedge 14000)] \\ &= 0.80[2727, 27 − 833.33] + 0.90[5000 − 3684.21] \\ &= 1515.15 + 1184.21 = 2699.36 \end{aligned} [[/math]]

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

00