I'm trying to solve the following
$x^2 + 3x + 7 \equiv 0 \pmod {37}$
What I've tried -
I've tried making the left side as a square and then I know how to solve
but couldn't make it as a square root..
We also learned in class that you can multiply the left side and the modulo by $4a$
(that is $4\cdot 1 = 1$) and continue somehow - which I can't figure out how.
any help will be appreciated.