Prove that the equation $$1+x+\frac{x^2}{2!}+ \cdots + \frac{x^n}{n!}=0$$ has no rational solutions for all $n>1$.
Assume there is a rational solution $\frac{p}{q} \in \mathbb{Q}$ with $(p,q)=1$, then by clearing denominator we have $p\mid n!$ and $q= \pm 1$. Hence the solution must be an integer solution. Furthermore, by considering it modulo $2$, $p$ must be even. But then I cannot proceed anymore.
Please help. Thanks in advance.
Suppose, for contradiction, that there exist $p,q,n \in \mathbb{Z}$ such that $n>1$ and $q>0$ and $\gcd(p,q)=1$ and $$1+\frac{p}{q}+\frac{1}{2!}\left(\frac{p}{q}\right)^2+\frac{1}{3!}\left(\frac{p}{q}\right)^3+\cdots+\frac{1}{n!}\left(\frac{p}{q}\right)^n =0$$
Multiplying by $n! \cdot q^n$, we get
$$q^nn!+pq^{n-1}n!+\frac{n!}{2!}p^2q^{n-2} + \cdots + \frac{n!}{n!}p^n=0$$
If we take the equation modulo $q$ we get $$p^n \equiv 0 \pmod{q}$$
This means $q \mid p^n$, but this is impossible since $\gcd(p,q)=1$.
Edit: The above answer is not correct. It only shows that $q=1$ and $p<0$.