Independent solution

How to solve this Poisson Distribution question

Setup

Setup

Translate each strict inequality into the correct integer threshold.

A=Pr(NQ4),NQPoisson(3)A=\Pr(N_Q\ge4),\qquad N_Q\sim\operatorname{Poisson}(3)
B=Pr(NR2),NRPoisson(1.5)B=\Pr(N_R\ge2),\qquad N_R\sim\operatorname{Poisson}(1.5)

Model

Model

Write both tails as complements of their finite lower sums.

A=1e3(1+3+322+336)A=1-e^{-3}\left(1+3+\frac{3^2}{2}+\frac{3^3}{6}\right)
B=1e1.5(1+1.5)B=1-e^{-1.5}(1+1.5)

Compute

Compute

Evaluate the tails separately before subtracting.

A=0.3527681,B=0.4421746A=0.3527681,\qquad B=0.4421746
BA=0.44217460.3527681=0.0894065B-A=0.4421746-0.3527681=0.0894065

Answer

Answer

The difference rounds to 0.09.

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