Independent solution

How to solve this Poisson Distribution question

Setup

Setup

Write the ratio between consecutive Poisson masses.

Pr(N=k)Pr(N=k1)=2.5k\frac{\Pr(N=k)}{\Pr(N=k-1)}=\frac{2.5}{k}

Model

Model

The mass function rises while this ratio exceeds one and falls after it drops below one.

Pr(N=2)Pr(N=1)=1.25>1\frac{\Pr(N=2)}{\Pr(N=1)}=1.25>1
Pr(N=3)Pr(N=2)=56<1\frac{\Pr(N=3)}{\Pr(N=2)}=\frac56<1

Compute

Compute

The direction changes after count two, identifying the peak.

Pr(N=1)<Pr(N=2)>Pr(N=3)\Pr(N=1)<\Pr(N=2)>\Pr(N=3)
mode(N)=2\operatorname{mode}(N)=2

Answer

Answer

The modal count is two.

2(C)\boxed{2\quad\text{(C)}}