I'm trying to find the number of solutions to this congruence: $$x^2\equiv 121\pmod {1800}$$
I thought about writing it as a system of congruences. As $1800=3^2 \cdot 5^2 \cdot 2^3$, we get:
$x^2\equiv 121\pmod {5^2} \;,\; x^2\equiv 121\pmod {3^2} \;,\; x^2\equiv 121\pmod {2^3}$
$\Downarrow$
$ x^2\equiv 21\pmod {5^2} \;,\; x^2\equiv 4\pmod {3^2} \;,\; x^2\equiv 1\pmod {2^3} $
Now I'm pretty stuck with how to solve each of the above quadratic congruences, is there a fast way to do it?
Thanks