How can I solve quadratic equations using modular arithmetic? E.g.
$$2x^2 + 8x + 2 = 0 \pmod{23}$$
N.b. I have changed the figures from those in my homework question because I don't want a solution I want to understand the process. Consequently the example I gave might not have solutions. For the example I am working from divide the LHS by 2.