In $\mathbb{Z}_{12}$, find non-zero elements $a$, $b$, $c$ with $ab = ac$ but $b \neq c$
$\mathbb{Z}_{12}\setminus \{0\} = \{1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11\}$
I have at the moment that $a = 2, b = 6$ and $c = 4$
$2 \times 6 \equiv 0 \pmod {12}$
$4 \times 6 \equiv 0 \pmod{12}$
It would be great if someone could verify this/correct me if I am wrong.
Also is there a shorter way to do this than guess and check?