"Solve the following congruence. Make sure that the number you enter is in the range $[0,M−1]$ where $M$ is the modulus of the congruence. If there is more than one solution, enter the answer as a list separated by commas. If there is no answer, enter $N.$"
$102x = 220 \pmod{266}$
$x = ?$
So I've tried using Euclidean's algorithm on this nearly 10 times already(no exaggeration) but every time I try getting past the point below the whole thing falls apart and I just end up getting another incorrect answer for x. Would anyone mind showing how to continue on from this point and if there are any methods other than Euclidean's that one can use to calculate such equations, thanks :)
$102x = 220\pmod{266}$
$\gcd(102,266) = 2$
$266 = (102 \times 2) + 62$
$102 = (62 \times 1) + 40$
$62 = (40 \times 1) + 22$
$40 = (22 \times 1) + 18$
$22 = (18 \times 1) + 4$
$18 = (4 \times 4) + 2$
$4 = (2 \times 2) + 0$