I'm playing around with this problem.
$$x^{2} - 2x + 10 \equiv 7 \ \text{mod} \ 6$$ Find the equivalence class(es) in $\mathbb{Z_{6}}$ solving this.
The following doesn't work out:
$$x^{2} - 2x + 3 \equiv 0 \ \text{mod} \ 6$$
$$(x-1)(x-2) \equiv 0 \ \text{mod} \ 6$$
suggesting that the solution to this problem should be the equivalence classes under $\mathbb{Z}_{6}$, $\bar{1}$ and $\bar{2}$.
Why does this not work out and are there more general guidelines as to when approaches and problems in, say, algebra I and algebra II, can be similarly posed and solved in modular arithmetic?
Edit
The correct way to solve this problem is to realize that:
$$x^{2} - 2x + 3 \equiv 0 \ \text{mod} \ 6$$
implies
$$x^{2} - 2x + 3 = 6k , k \in \mathbb{Z}$$
This can be solved for and certain solutions obtained.