I've been stuck on this problem for a while. Any insights to the problem would be great!
We start with $n = pq$, where $p, q$ are distinct odd primes. In addition, $\gcd(a,n) =1$. If $x^2 \equiv a \pmod n$ has any solutions, then it has four solutions (where the book does not specify what $a$ is)
So far, we have that $a \equiv x^2 \pmod {pq}$. This implies that $a \equiv x^2 \pmod p$ and $a \equiv x^2 \pmod q$. I am stuck at this point. So far my thoughts are if $a \equiv x^2 \pmod {pq}$ has a solution, then $a \equiv x^2 \pmod p$ and $a \equiv x^2 \pmod q$ have solutions (not sure if this is true & if it is true, I couldn't find anything to refer to in my textbook). From here, we can say that $x \equiv \pm c_1 \mod p$ and $x \equiv \pm c_2 \mod q$. This part of my class is dealing with the Chinese Remainder Theorem. Thanks again.
Edit: I added a little more stuff on what I got so far.