Exercise


ABy Admin
May 01'23

Answer

Solution: C

Note

[[math]] Y = \begin{cases} X, \quad 0 \leq X \leq 4 \\ 4, \quad 4 \lt X \leq 5 \end{cases} [[/math]]

Therefore,

[[math]] \begin{align*} \operatorname{E}[Y] = \int_0^4 \frac{1}{5} x dx + \int_4^5 \frac{4}{5} dx &= \frac{1}{10} x^2 \Big |_0^4 + \frac{4}{5} x \Big |_4^5 \\ &= \frac{16}{10} + \frac{20}{5} - \frac{16}{5} \\ &= \frac{8}{5} + \frac{4}{5} = \frac{12}{5} \\ &= \frac{112}{15} \end{align*} [[/math]]
[[math]] \operatorname{Var}[Y] = \operatorname{E}[Y^2] - (\operatorname{E}[Y])^2 = \frac{112}{15} - \left( \frac{12}{5} \right)^2 = 1.707. [[/math]]

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

00