I have the following congruence: $$x^2 \equiv 106234249 \bmod{12^2}$$
When I tried to solve it, the equation becames in 2 equations:
$x^2 \equiv 4 \bmod{9}$
$x^2 \equiv 9 \bmod{16}$
Because $12^2 = 9 \times 16$ and, 9 and 16 are coprimes.
Then I applied the method of this video, but I obtained 4 results instead of 8.
The following page give me 8 results: https://www.alpertron.com.ar/QUADMOD.HTM
The results that I obtained are:
$x \equiv 83 \bmod{12^2}$
$x \equiv 29 \bmod{12^2}$
$x \equiv 115 \bmod{12^2}$
$x \equiv 61 \bmod{12^2}$
There are 4 results missing.
Where am I wrong? How to solve it?