I have the congruence equation:
$$6x+y \equiv 19 \pmod{26}$$
One way to solve it is to start from:
$$y \equiv 19-6x \space \pmod{26}$$
and try all the $y\in \left \{ 0,\dots,25 \right \}$. However my book states that there exist only $12$ possibilities for $x$, so I think the congruence equation $6x+y \equiv 19 \pmod{26}$ can be simplified. However I didn't succeed in doing it, can you help me?