Independent solution

How to solve this Poisson Distribution question

Setup

Setup

Let T be the total count across the three mutually independent months.

T=X1+X2+X3T=X_1+X_2+X_3
XjPoisson(1)X_j\sim\operatorname{Poisson}(1)

Model

Model

Independent Poisson means add, so the three-month total has mean three.

TPoisson(1+1+1)=Poisson(3)T\sim\operatorname{Poisson}(1+1+1)=\operatorname{Poisson}(3)

Compute

Compute

Use the complement of the first three Poisson masses.

Pr(T>2)=1e3(1+3+322)\Pr(T>2)=1-e^{-3}\left(1+3+\frac{3^2}{2}\right)
Pr(T>2)=18.5e3=0.5768099\Pr(T>2)=1-8.5e^{-3}=0.5768099

Answer

Answer

The three-month upper-tail probability rounds to 0.577.

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