If possible solve the following congruence,
$7x^2-4x+1 \equiv 0 \pmod {11}$. I am using the quadratic equation but I am stuck. The following is where I got stuck:
$x \equiv 4(4\pm \sqrt{-12}\pmod {11}$
I have tried adding $11$ repeatively but I cannot get a perfect square root. Please help!
So quadratic formula:
$7x^2 -4x + 1\equiv 0 \mod 11\implies$ (using the standard notation abuse)
$x \equiv \frac {4 \pm \sqrt {16 - 28}}{14}\mod 11$
$\frac 12 \equiv 6$ and $\frac 17 \equiv 8$ so $\frac 1{14}\equiv 48 \equiv 4$.
So $x \equiv {16 \pm \sqrt{-12} } \equiv 5\pm \sqrt{-1}$
Now $x^2 \equiv -1 \mod 11$ has no solutions as $11 \not \equiv 1 \mod 4$.
So no solutions.
Or we could try doing this directly:
$7x^2 -4x + 1\equiv 0$
$-4x^2 - 4x \equiv -1$
$4x^2 - 4x \equiv 1$
$4x^2 + 4x \equiv 1$
$4x(x+1)\equiv 1$
$x(x+1)\equiv -x(-x - 1) \equiv 3 \mod 11$.
We could simply test $6$ cases: $x=0;\pm 1$ are trivial. $\pm 2;3;4;5$ are easy.
Or we can simply list the quadratic residues mod $11$ are $0, 1,4,9,5,3$.
And completing the square:
$7x^2 - 4x + 1\equiv 0$
$\frac 17(7x^2 - 4x + 1) \equiv 0$
$8(7x^2 - 4x +1) \equiv 0$
$x^2 - 32x + 8 \equiv 0$
$x^2 - 32x \equiv -8$
$x^2 -10x + 25 \equiv 17\equiv 6$
$(x-5)^2 \equiv 6 \mod 11$ and $6$ is not a modulo class.