So I want to solve the linear congruence $$17x \equiv 3\mod 29$$
The inverse of $17 (mod 29)$ is 12, from here on, I have no clue how to solve for $x$.
I get the results
$$12*17 \equiv 1\mod29$$ $$12*17x \equiv 36\mod29$$
But I dont understand how to solve of x, could someone please explain?
$12\times 17x \equiv 36\mod29$
$1\times x \equiv 36\mod29$
$x \equiv 36 \equiv7\mod29$
So, the inverse is used to get rid of the number, in front of $x$. Then, the new number ($36$) at the right-hand side is calculated, modulo $29$