Independent solution

How to solve this Binomial Distribution question

Setup

Setup

Model the number of years producing a covered event.

NBinomial(5,0.5)N\sim\operatorname{Binomial}(5,0.5)
B=20min(N,3)B=20\min(N,3)

Model

Model

At probability one-half, the six binomial masses have numerator row 1, 5, 10, 10, 5, 1 over 32.

Pr(N=k)=(5k)132,k=0,,5\Pr(N=k)=\binom5k\frac1{32},\qquad k=0,\ldots,5

Compute

Compute

Apply the payment ceiling to the count and form the expectation.

E[B]=20[532+2(1032)+3(1632)]E[B]=20\left[\frac5{32}+2\left(\frac{10}{32}\right)+3\left(\frac{16}{32}\right)\right]
=20(7332)=45.625=20\left(\frac{73}{32}\right)=45.625

Answer

Answer

The expected benefit rounds to 46.

46(D)\boxed{46\quad\text{(D)}}