How can we use Stirling's approximation, $$n!\approx\sqrt{2\pi n}(n/e)^n$$ to find the size/location of the max term in, $$\sum_{n=0}^\infty\frac{x^n}{n! }$$ for any $x>0$.
I started off by writing the series in terms of Stirling's approximation, $$y=\frac{x^n}{n!}\approx \frac{x^n}{\sqrt{2\pi n}\left(n/e\right)^n}$$ I'm guessing that when $n=1$, will be the max because $n!$ increases exponentially. Am I correct, or am I misinterpreting the question?