Exercise


ABy Admin
May 08'23

Answer

Solution: D

The number of defects has a binomial distribution with n = 100 and p = 0.02.

[[math]] \begin{align*} \operatorname{P}[X = 2 | X \leq 2] &= \frac{\operatorname{P}[X = 2]}{\operatorname{P}[ X \leq 2]}\\ & = \frac{\binom{100}{2}(0.02)^2(0.98)^{98}}{\binom{100}{0}(0.02)^0(0.98)^{98} + \binom{100}{1}(0.02)^1(0.98)^{99} + \binom{100}{2}(0.02)^2(0.98)^{98}} \\ &= \frac{0.27341}{0.13262 + 0.27065 + 0.27341}\\ & = 0.404. \end{align*} [[/math]]

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

00