I ran into this expression while reading through a chapter a book:
$$\sum_{i=0}^{n}\frac{e^{-1500}1500^i}{i!} \ge 0.95$$
And they solve for $n$ and got $n = 1564$ from the expression, but there's no detail on how to get $n$. Can someone explain how to get that number for $n$?
The book is Discrete Event System Simulation by Jerry Banks. This is in the 5th Edition, Chapter 6 Example 6.15, if anyone wants to look this up.
The probability distribution is the Poisson distribution with $\lambda=1500$. For large $\lambda$ the distribution is approximately normal with mean $\lambda$ and variance $\lambda$, so standard deviation $\sigma=\sqrt \lambda$. For a one-sided normal distribution you have $5\%$ of the area above mean + $1.648 \sigma$, which here is $1500+1.648 \sqrt {1500} \approx 1564$