Revision as of 08:37, 4 May 2023 by Admin (Created page with "'''Solution: C''' The number of defective computers has a binomial distribution with <math>n = 100</math> and <math>p</math> unknown. We have <math display = "block"> \begin...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Exercise


ABy Admin
May 04'23

Answer

Solution: C

The number of defective computers has a binomial distribution with [math]n = 100[/math] and [math]p[/math] unknown. We have

[[math]] \begin{align*} \operatorname{P}(X = 3) = \operatorname{P}(X=2) \\ \binom{100}{3}p^3(1-p)^{97} = 2 \binom{100}{2}p^2(1-p)^{98} \\ 161700 p = 2(4950)(1 − p ) \\ 171600 p = 9900 \\ p = 9900/171600 = 0.058. \end{align*} [[/math]]

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

00