Is there a general way to solve a modular equation in this form?
$$ax^2 + bx + c \equiv 0 \pmod n$$
Maybe I should first write the LHS as a square. So I have:
$$\left(x\sqrt a + \frac b{2\sqrt a}\right)^2 \equiv \frac{b^2}{4a} - c \pmod n$$
But I don't know how to continue now. Also, the RHS might not be integer.
So is there a general way to proceed?