Revision as of 13:16, 2 May 2023 by Admin (Created page with "'''Solution: C''' Let T denote the number of days that elapse before a high-risk driver is involved in an accident. Then T is exponentially distributed with unknown parameter...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Exercise


ABy Admin
May 02'23

Answer

Solution: C

Let T denote the number of days that elapse before a high-risk driver is involved in an accident. Then T is exponentially distributed with unknown parameter λ . Now we are given that

[[math]] 0.3 = P[T ≤ 50] =50 \int_0^{50}\lambda e^{-\lambda t} \, dt = 1 - e^{-50\lambda}. [[/math]]

Therefore, [math]e^{–50\lambda} = 0.7 [/math] or [math]\lambda = − (1/50) \ln(0.7) [/math]. It follows that

[[math]] P[T ≤ 80] = \int_0^{80} \lambda e^{-\lambda t} \, dt = 1 - e^{-80 \lambda} = 1- e^{(80/50) \ln(0.7)} = 1-(0.7)^{80/50} = 0.435. [[/math]]

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

00