Revision as of 18:44, 8 May 2023 by Admin (Created page with "'''Solution: C''' The probability needs to be calculated for each total number of claims. 0: 0.5(0.2) = 0.10 1: 0.5(0.3) + 0.3(0.2) = 0.21 2: 0.5(0.4) + 0.3(0.3) + 0.2(0.2) =...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Exercise


May 08'23

Answer

Solution: C

The probability needs to be calculated for each total number of claims. 0: 0.5(0.2) = 0.10 1: 0.5(0.3) + 0.3(0.2) = 0.21 2: 0.5(0.4) + 0.3(0.3) + 0.2(0.2) = 0.33 3: 0.5(0.1) + 0.3(0.4) + 0.2(0.3) + 0.0(0.2) = 0.23 At this point there is only 0.13 probability remaining, so the mode must be at 2.

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

00