Determine whether $x^2 - 14x + 30 \equiv 0\pmod{1615}$ is solvable. If so, find its solutions.
I assume the best way to solve this is via Chinese Remainder Theorem, but first i would have to break down the mod and if there is a solution then utilize C.R.T. No quite sure how to attack this with the right numbers, any hints/help are very appreciated.
As the comments note, we can complete the square to get $$(x-7)^2\equiv 19\pmod{1615}$$ by applying the Quadratic Reciprocity Theorem we see that $$(19|1615)=(19|5)(19|17)(19|19)=(4|5)(2|17)(0|19)$$ where $(p|q)$ is the Jacobi Symbol. Notice that this actually gives $(19|1615)=0$ since $19|1615$. The other two factors give $1$, as $2^2\equiv 4\pmod{5}$ and $6^2\equiv 2\pmod{17}$
Since all of the Jacobi symbols come out to $0$ or $1$, we know a solution exist. To find it, we will need to apply the Chinese Remainder Theorem however, as Quadratic Reciprocity is non-constructive.