Solve $x^2-5x+6\equiv 0 \pmod{18}$.
Here is what I did: I rewrote the equation into $(x-2)(x-3) \equiv 0\pmod{18}$ And I know if (mod p is a prime number) $x \equiv 2\pmod{18}$, $x \equiv 3\pmod{18}$ However, it is not in this case, how do I find other solutions within the range of $1$ to $17$. ($11$ and $12$)?