Independent solution

How to solve this Poisson Aggregation question

Setup

Setup

Independent Poisson counts add to another Poisson count whose mean is the sum of the component means.

λ=1+1+0.5+0.5+0.5=3.5\lambda=1+1+0.5+0.5+0.5=3.5

Model

Model

Adding the five monthly means gives an aggregate mean of 3.5.

TPoisson(3.5)T\sim\operatorname{Poisson}(3.5)

Compute

Compute

Use the Poisson mass at two with mean 3.5, which evaluates to approximately 0.184959.

Pr(T=2)=e3.53.522!=0.184959\Pr(T=2)=e^{-3.5}\frac{3.5^2}{2!}=0.184959

Answer

Answer

The five-month total equals two with probability about 0.185.

0.185(B)\boxed{0.185\quad\text{(B)}}