Independent solution

How to solve this Poisson Distribution question

Setup

Setup

Let N be the annual event count and identify its mean from the probability of zero.

NPoisson(λ)N\sim\operatorname{Poisson}(\lambda)
eλ=0.60λ=log(0.60)=0.5108256e^{-\lambda}=0.60\quad\Longrightarrow\quad \lambda=-\log(0.60)=0.5108256

Model

Model

Only events after the first produce payments, so the reimbursed count is the positive part of N-1.

R=(N1)+R=(N-1)_+
(N1)+=N1{N1}(N-1)_+=N-\mathbf1_{\{N\ge1\}}

Compute

Compute

Take expectations and multiply the expected reimbursed count by the payment per event.

E[R]=λPr(N1)=0.5108256(10.60)=0.1108256E[R]=\lambda-\Pr(N\ge1)=0.5108256-(1-0.60)=0.1108256
5000E[R]=554.12815000E[R]=554.1281

Answer

Answer

The expected annual payment rounds to 554.

554(A)\boxed{554\quad\text{(A)}}