Find the number of real roots of $1+x/1!+x^2/2!+x^3/3! + \ldots + x^6/6! =0$.

Let $E_n(x):=\sum_{k=0}^n\,\frac{x^k}{k!}$ for $n=0,1,2,\ldots$. We shall prove that $E_n(x)$ has no real roots if $n$ is even, and $E_n(x)$ has exactly one real root, which is simple, if $n$ is odd.

Suppose that $n$ is even. Clearly, $E_n(x)$ has no roots in $\mathbb{R}_{\geq 0}$. By Taylor's Theorem, we have $\exp(x)=E_n(x)+R_n(x)$, where the remainder term is given by $$R_n(x)=\int_0^x\,\frac{\exp^{(n+1)}(t)}{n!}\,(x-t)^n\,\text{d}t=\int_0^x\,\frac{\exp(t)}{n!}\,(x-t)^n\,\text{d}t\,.$$ If $x<0$, then $$R_n(x)=-\int_0^{|x|}\,\frac{\exp(-t)}{n!}\,|x+t|^n\,\text{d}t<0\,.$$ That is, $$E_n(x)=\exp(x)-R_n(x)>\exp(x)>0$$ for all $x<0$. That is, $E_n(x)$ has no negative roots either; i.e., $E_n(x)$ has no real roots.

If $n$ is odd, then $E'_n(x)=E_{n-1}(x)$ has no real roots. Thus, $E_n(x)$ can have at most one real root, due to Rolle's Theorem. Clearly, $E_n(x)$ has a real root, being a polynomial in $\mathbb{R}[x]$ of an odd degree. Consequently, $E_n(x)$ has exactly one real root, which is simple.


We can compute the number of real roots using Sturm's Theorem. $$ \begin{array}{rll} \text{Sturm Chain}&+\infty&-\infty\\\hline x^6+6x^5+30x^4+120x^3+360x^2+720x+720&+\infty&+\infty\\ 6x^5+30x^4+120x^3+360x^2+720x+720&+\infty&-\infty\\ -5x^4-40x^3-180x^2-480x-600&-\infty&-\infty\\ -48x^3-432x^2-1728x-2880&-\infty&+\infty\\ 45x^2+360x+900&+\infty&+\infty\\ 384x+1920&+\infty&-\infty\\ -225&-225&-225 \end{array} $$ There are $3$ changes of sign at $+\infty$ and $3$ changes of sign at $-\infty$. Thus, there are no real roots.


$$ \begin{align} \sum_{i=1}^6 \dfrac {x^i} {i!} &=\dfrac 1 {720} \cdot (x^6+6x^5+30x^4+120x^3+360x^2+720x+720= \\ &=\dfrac 1 {720} \cdot \{x^4(x+3)^2+20x^2(x+3)^2+x^4+180x^2+720x+720\} \end{align} $$

It can be easily proved that $x^4+180x^2+720x+720 > 0$ by using the derivative. Therefore, there are no real roots.