Question:

The mortality rate for a certain disease is 0.007. Using Poisson distribution, calculate the probability for 2 deaths in a group of 400 people. [Use $e^{-2.8} = 0.0608$]

Show Hint

In Poisson problems, $\lambda = n.p$. Use given $e^{-\lambda}$ and compute $\lambda^r / r!$.
Hide Solution
collegedunia
Verified By Collegedunia

Solution and Explanation

Poisson distribution is used for rare events.
Here, expected number of deaths $\lambda = 400 \times 0.007 = 2.8$
Poisson formula: \[ P(X = r) = \frac{e^{-\lambda} \lambda^r}{r!} \]
Substitute $\lambda = 2.8$, $r = 2$:
\[ P(X = 2) = \frac{e^{-2.8}.(2.8)^2}{2!} = \frac{0.0608.7.84}{2} = \frac{0.476672}{2} = 0.238336 \approx \boxed{0.238} \]
Was this answer helpful?
0
0