Suppose the number of spelling error on any given page in particular book can be modeled by a Poisson distribution with $\lambda=2$, and assume that the number of errors on different pages is independent. Find the probability that exactly three of the first ten pages have exactly one spelling errors.
Proof: we know that $$p(x)=\frac{\lambda^x}{x!} e^{-\lambda}$$ thus, the solution is $$p(3)=\frac{2^3}{3!}e^{-2}$$
Is this correct?
No. $p(3)$ is the probability of one page containing $3$ errors, not the probability of three pages containing one error each.