Prove that the following congruence has no solution on $\mathbb{Z}$
$$x+x^{3}+x^{5}+x^{7}+x^{9}+x^{11}\equiv 1\mod{11}$$
It is giving me hard times, some hints about it? Thank you
Prove that the following congruence has no solution on $\mathbb{Z}$
$$x+x^{3}+x^{5}+x^{7}+x^{9}+x^{11}\equiv 1\mod{11}$$
It is giving me hard times, some hints about it? Thank you
It's a well known formula that $x^n-1=(x-1)(x^{n-1}+...+1)$. Therefore, we have that the LHS is $$x(x^{12}-1)=(x-1)x(x+1)$$ Where we have used Fermat's Little Theorem to conclude $x^{11}=x$. For the product of three consecutive integers to be $1$, we must have none of them to be a multiple of $11$, which eliminates some cases. The remaining are easy to check.