Financial Risk Manager Part 1

Financial Risk Manager Part 1

Get started today

Ultimate access to all questions.


A life assurance company insures individuals of all ages. A manager compiled the following statistics of the company's insured persons:

Age of insuredMortality (Probability of death) [arbitrary]Portion of company's insured persons
16-200.040.10
21-300.050.29
31-650.100.49
66-990.140.12

If a randomly selected individual insured by the company dies, calculate the probability that the dead client was age 16-20.

TTanishq



Explanation:

Solution Explanation

This is a Bayes' Theorem problem where we need to find the conditional probability that a deceased client was in the 16-20 age group.

Step 1: Define Events

  • B = Event of death
  • B₁ = Event the insured's age is in the range 16-20
  • Bβ‚‚ = Event the insured's age is in the range 21-30
  • B₃ = Event the insured's age is in the range 31-65
  • Bβ‚„ = Event the insured's age is in the range 66-99

Step 2: Apply Bayes' Theorem

We want to find P(B₁|B):

P(B1∣B)=P(B1)β‹…P(B∣B1)P(B1)β‹…P(B∣B1)+P(B2)β‹…P(B∣B2)+P(B3)β‹…P(B∣B3)+P(B4)β‹…P(B∣B4)P(B_1|B) = \frac{P(B_1) \cdot P(B|B_1)}{P(B_1) \cdot P(B|B_1) + P(B_2) \cdot P(B|B_2) + P(B_3) \cdot P(B|B_3) + P(B_4) \cdot P(B|B_4)}

Step 3: Calculate Numerator

  • P(B₁) = 0.10 (portion of company's insured persons)
  • P(B|B₁) = 0.04 (mortality rate for age 16-20)
  • Numerator = 0.10 Γ— 0.04 = 0.004

Step 4: Calculate Denominator

  • P(Bβ‚‚) Γ— P(B|Bβ‚‚) = 0.29 Γ— 0.05 = 0.0145
  • P(B₃) Γ— P(B|B₃) = 0.49 Γ— 0.10 = 0.049
  • P(Bβ‚„) Γ— P(B|Bβ‚„) = 0.12 Γ— 0.14 = 0.0168
  • Denominator = 0.004 + 0.0145 + 0.049 + 0.0168 = 0.0843

Step 5: Final Calculation

P(B1∣B)=0.0040.0843=0.04745β‰ˆ4.75%P(B_1|B) = \frac{0.004}{0.0843} = 0.04745 \approx 4.75\%

Step 6: Interpretation

The probability that a randomly selected deceased client was age 16-20 is approximately 4.75%, which matches option D (0.0475).

This makes intuitive sense because although the 16-20 age group has the lowest mortality rate (0.04), they also represent only 10% of the total insured population, resulting in a relatively small conditional probability.

Comments

Loading comments...