$6x + 13 = 7 \pmod{24}$
What method can I use to solve this problem?
I tried with the method I used here but it won't work because I can't use Euclidean algorithm on this problem.
$6x + 13 = 7 \pmod{24}$
What method can I use to solve this problem?
I tried with the method I used here but it won't work because I can't use Euclidean algorithm on this problem.
$x+2=4y+1$ by direct division by 6 when turned to linear polynomial form. Therefore, $x\equiv 3\bmod 4$
$$6x+13\equiv7\pmod{24}\iff 6x+6\equiv0\pmod{24}\iff 24|6x+6\iff 4|x+1$$
$6x + 13 \equiv 7 \pmod{24}$. Please [edit] your question to show what you have attempted and explain where you are stuck so that you receive responses that address the specific difficulties you are encountering. This tutorial explains how to typeset mathematics on this site. – N. F. Taussig Apr 26 '19 at 13:28