As the title says, I'm looking to find all solutions to $$x^2 \equiv 4 \pmod{91}$$ and I am not exactly sure how to proceed.
The hint was that since 91 is not prime, the Chinese Remainder Theorem might be useful.
So I've started by separating into two separate congruences: $$x^2 \equiv 4 \pmod{7}$$ $$x^2 \equiv 4 \pmod{13}$$
but now I'm confused about how to apply the CRT so I'm a bit stuck, and I'd appreciate any help or hints!
We begin with your system of equations: $$\begin{cases} x^2 \equiv 4 \pmod{7} \\ x^2 \equiv 4 \pmod{13} \end{cases}$$
Then, solving each congruence, we obtain the system: $$\begin{cases} x \equiv \pm 2 \pmod{7} \\ x \equiv \pm 2 \pmod{13} \end{cases}$$
We therefore have four systems of linear congruences, each with a unique solution by the Chinese Remainder Theorem:
$$\begin{cases} x \equiv 2 \pmod{7} \\ x \equiv 2 \pmod{13} \end{cases} \tag{1}$$
$$\begin{cases} x \equiv 2 \pmod{7} \\ x \equiv - 2 \pmod{13} \end{cases} \tag{2}$$
$$\begin{cases} x \equiv - 2 \pmod{7} \\ x \equiv 2 \pmod{13} \end{cases} \tag{3}$$
$$\begin{cases} x \equiv - 2 \pmod{7} \\ x \equiv -2 \pmod{13} \end{cases} \tag{4}$$
These four solutions will be distinct modulo $91$, it remains to find them!