Independent solution

How to solve this Poisson Distribution question

Setup

Setup

The contract pays for every event after the first. Thus the covered count is the excess of the Poisson count above one, with a lower bound of zero.

Y=10000(N1)+,NPoisson(1.5)Y=10000(N-1)_+,\qquad N\sim\operatorname{Poisson}(1.5)

Model

Model

Rewrite the expected covered count as the expected event count minus the probability that at least one event occurs.

E[(N1)+]=E[N]Pr(N1)=1.5(1e1.5)E[(N-1)_+]=E[N]-\Pr(N\ge1)=1.5-(1-e^{-1.5})

Compute

Compute

For Poisson mean 1.5, the expected covered count is approximately 0.723130. Multiplying by 10,000 gives 7,231.30.

E[Y]=10000(0.5+e1.5)=7231.302E[Y]=10000(0.5+e^{-1.5})=7231.302

Answer

Answer

The expected annual payment is approximately 7,231, selecting choice C.

7231(C)\boxed{7231\quad\text{(C)}}