I'm doing some previous exams sets whilst preparing for an exam in Algebra.
I'm stuck with doing the below question in a trial-and-error manner:
Find all $ x \in \mathbb{Z}$ where $ 0 \le x \lt 11$ that satisfy $2x^2 \equiv 7 \pmod{11}$
Since 11 is prime (and therefore not composite), the Chinese Remainder Theorem is of no use? I also thought about quadratic residues, but they don't seem to solve the question in this case.
Thanks in advance
A first step in this could be to find the inverse of $2$, which turns out to be $6$, yielding $6\cdot2x^2\equiv x^2\equiv 6\cdot 7\mod 11\equiv 9\mod 11$. The obvious solutions to this are $3$ and $-3\equiv 8$. An important remark is that since $11$ is prime, there are at most two solutions to any given quadratic equation, so these are your desired solutions.
Notice however, that there can indeed be more solutions for non-primes. In these cases, the Chinese remainder theorem might be helpful. In a case like $x^2\equiv1\mod 12$, the solutions are $1, 5, 7$ and $11$. These correspond to the four combinations of $\pm1\mod3$ and $\pm1\mod4$. However, it isn't always possible to use this theorem. How would you, for instance, tackle $x^2=0$ working modulo $16$?