Independent solution

How to solve this Poisson Distribution question

Answer in brief

Independent Poisson increments make the observed early count irrelevant to the remaining interval except for fixing the number still needed. The final three years must contain exactly two events, whose probability is 0.22404, so choice E is correct.

Setup

Setup

The conditioning information fixes eight events in the completed seven-year portion. Reaching ten by the end therefore requires two more events.

108=210-8=2

Model

Model

Counts from disjoint years are independent. The count in the remaining three-year interval is Poisson with mean equal to three times the annual mean.

RPoisson(3)R\sim\operatorname{Poisson}(3)

Compute

Compute

Evaluate the Poisson probability of exactly two events in that remaining interval.

Pr(R=2)=e3322!\Pr(R=2)=e^{-3}\frac{3^2}{2!}
Pr(R=2)=0.2240418077\Pr(R=2)=0.2240418077\ldots

Answer

Answer

The conditional probability rounds to 0.224.

0.224(E)\boxed{0.224\quad\text{(E)}}