Prove that $k^2+k+1$ is not divisible by $101$ for any natural $k.$
2026-03-27 10:10:12.1774606212
On
Prove that $k^2+k+1$ is not divisible by $101$ for any natural $k.$
292 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
There are 2 best solutions below
2
On
Let $$k^2+k+1\equiv0(\mod101).$$ $k\equiv0(\mod101)$ is impossible, which says that we can assume that $k$ is not divisible by $101$.
Now, $$(k-1)(k^2+k+1)\equiv0(\mod101)$$ or $$k^3\equiv1(\mod101).$$ But by the Fermat's Little theorem $$k^{100}\equiv1(\mod101),$$ which gives $$k\equiv1(\mod101),$$ which gives $1^2+1+1$ is divisible by $101$, which is a contradiction.
Hint: If $101|k^{2}+k+1$, then $101|4(k^{2} + k + 1) = (2k+1)^{2} + 3$, which implies that $\left(\frac{-3}{101}\right) = 1$. However, you may show that $\left (\frac{-3}{101}\right) = -1$ by using the quadratic reciprocity.