Decide whether the equation has solutions and if it does, find them all.
$10x \equiv 14 \pmod {17}$
Since $17\mid 10x-14$, $x$ must have the following form $x=\frac{17y+14}{10}$. $x$ belongs to natural numbers therefore, $10\mid 17y+14$ and the only solutions are the ones where $y$ finishes in $8$ if $y>0$ or in $2$ if $y<0$.
So $y=\{8,28,38,\ldots\}$. Then $x= \{15,49,66,\ldots\}$ $y=\{\ldots,-32,-22,-12\}$. Then $x=\{\ldots,-66,-49,-15\}$
Isn't there an infinity of solutions? I am not sure if my solution is correct. Any ideas?