Let $f(x) = x^k + x^{k-1} + \cdots+ 1 \in \mathbb{Q}[x]$, $k\ge 2$ and even. Show there's no linear polynomial which divides $f(x)$.
A start:
Lets assume by contradiction there's a linear polynomial $ax+b$ such which divides $f(x)$.
Therefore, for some $q(x)$: $f(x) = q(x)(ax+b)$. Hence, $-\frac{b}{a}$ is a root of $f(x)$.
$$f\left(\frac{-b}{a}\right) = \left(\frac{-b}{a}\right)^k + \left(\frac{-b}{a}\right)^{k-1} + \cdots+1 = 0$$
What should I do next?
Use the rational root theorem. It says that if $\frac pq$ is a root (in the lowest terms), then $p$ divides $a_0$ and $q$ divides $a_n$, so the roots can be only $\pm1$.