Independent solution
How to solve this Poisson Distribution question
Answer in brief
The two independent Poisson counts must fall at or below their respective coverage limits. Their cumulative probabilities are 2.5e to the negative one and 1.3e to the negative 0.3, whose product is 0.885728; this is choice B.
Setup
Setup
Let X and Y be the two annual event counts. The required outcome occurs when each count stays within its own limit.
X∼Poisson(1),Y∼Poisson(0.3) {both limits met}={X≤2}∩{Y≤1} Model
Model
Independence allows the joint event probability to factor into two Poisson cumulative probabilities.
Pr(X≤2,Y≤1)=Pr(X≤2)Pr(Y≤1) Compute
Compute
Sum each Poisson mass from zero through the applicable upper bound.
Pr(X≤2)=e−1(1+1+21)=2.5e−1 Pr(Y≤1)=e−0.3(1+0.3)=1.3e−0.3 Pr(X≤2,Y≤1)=(2.5e−1)(1.3e−0.3)=0.8857283274… Answer
Answer
The product matches the expression in choice B.
(2.5e−1)(1.3e−0.3)(B)