Independent solution

How to solve this Poisson Distribution question

Setup

Setup

Let X be the error count and T the completion time. Standardize the time threshold.

XPoisson(3)X\sim\operatorname{Poisson}(3)
Z=504510=0.5Z=\frac{50-45}{10}=0.5

Model

Model

Compute the two qualifying probabilities separately, then use the stated independence.

Pr(X1)=e3+3e3=4e3\Pr(X\le1)=e^{-3}+3e^{-3}=4e^{-3}
Pr(T50)=Φ(0.5)\Pr(T\le50)=\Phi(0.5)

Compute

Compute

Multiply the Poisson and normal probabilities.

Pr(X1,T50)=4e3Φ(0.5)\Pr(X\le1,T\le50)=4e^{-3}\Phi(0.5)
=0.1991482735(0.6914624613)=0.1377035553=0.1991482735(0.6914624613)=0.1377035553

Answer

Answer

The joint qualification probability rounds to 0.14.

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