Independent solution

How to solve this Poisson Distribution question

Setup

Setup

Let N denote the count and C the resulting payment. Express C as a discrete transformation of N so that its moments can be calculated category by category.

C={0,N=0,200,N=1,500,N=2,1000,N3.C=\begin{cases}0,&N=0,\\200,&N=1,\\500,&N=2,\\1000,&N\ge 3.\end{cases}

Model

Model

For a Poisson rate of 2, the first two positive masses are equal and the upper category is obtained by complement.

p0=e2,p1=2e2,p2=2e2p_0=e^{-2},\qquad p_1=2e^{-2},\qquad p_2=2e^{-2}
p3+=1(p0+p1+p2)=15e2p_{3+}=1-(p_0+p_1+p_2)=1-5e^{-2}

Compute

Compute

Evaluate the two raw moments using the same probability categories, then apply the variance identity.

E[C]=200p1+500p2+1000p3+=512.7929803\mathbb{E}[C]=200p_1+500p_2+1000p_{3+}=512.7929803\ldots
E[C2]=2002p1+5002p2+10002p3+=401818.0481\mathbb{E}[C^2]=200^2p_1+500^2p_2+1000^2p_{3+}=401818.0481\ldots
Var(C)=E[C2]E[C]2=138861.4074\operatorname{Var}(C)=\mathbb{E}[C^2]-\mathbb{E}[C]^2=138861.4074\ldots

Answer

Answer

Rounding the variance to the requested thousand selects the second answer choice.

Var(C)139000(B)\boxed{\operatorname{Var}(C)\approx 139000\quad\text{(B)}}