I want to prove that $x^2 \not \equiv 3$ (mod 9). I understand why this is true, but I don't know how to prove it. Where would I start?
2026-03-25 20:34:52.1774470892
On
On
Prove that $x^2 \not \equiv 3$ (mod 9)
89 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
4
There are 4 best solutions below
3
On
In mod nine, there are only 9 possibilities for classes of numbers i.e $[0],[1],...,[8]$. Just plug these in to show $[x]^2 \not \equiv 3 \ \textrm{(mod)}\ 9$.
0
On
In case you want to read up more:
The most transparent way to see such things is to work in $\mathbb{Z}_9$, and you are asking whether or not $3$ is a quadratic residue mod $9$. Understanding quadratic residues is a very interesting and central subject. See:
See: http://mathworld.wolfram.com/QuadraticResidue.html for a first definition.
So, one way to prove your result would be to use the Jacobi symbol:
To get a flavor:
$( \frac{3}{9} ) =( \frac{3}{3}) (\frac{3}{3}) = 0 \cdot 0 = 0 \not= 1$. Thus, $3$ is not a quadratic residue mod $9$.
If $x^ 2\equiv 3 \bmod 9$ then $x^ 2$ is a multiple of $3$, by euclids theorem $x$ is a multiple of $3$ and then $x^ 2$ is a multiple of $9$. Contradiction.