Q) The question is as follows: suppose that a book of 200 pages contains 20 printing mistakes.Assume that are errors are randomly distributed throughout the book and x , the number of errors per page has a poisson distribution.Find the probability that 30 pages selected at random will be free of errors.
I could only come with the equation
$$\frac{e^{-20}20^{30}}{30!}.$$
But it is giving wrong answer.What is the solution to this problem?
The rate is $1/10$ per page, so $\lambda=30/10=3$ for $30$ pages. So you want a Poisson with $\lambda=3$. And then $Pr(x=0)=\frac{e^{-3}}{0!}10^{0}=e^{-3}$