Independent solution
How to solve this Poisson Distribution question
Answer in brief
Independent Poisson counts add, so the full-document count is Poisson with mean 10. Complementing its cumulative probability through four gives 0.970747, which rounds to choice C.
Setup
Setup
Let X_j be the count on page j and let S be the count over the entire document.
Model
Model
The independent Poisson components combine into another Poisson variable whose mean is the sum of the page means.
Compute
Compute
More than four is the complement of counts zero through four.
Answer
Answer
The upper-tail probability rounds to 0.97.