1

I have this equation $x \equiv (2003^{-1}) \mod 1511$ and am confused with how to try solving it. Since $2003^{-1} < 1511$, you can't use the extended Euclidean algorithm with regards to the inverse. So I'm looking for some tips on where to start with solving this equation. Thanks.

Sebastiano
  • 7,649

1 Answers1

0

since $gcd(2003,1511)= 1$ it has one and only solution

$\Rightarrow $ $2003x\equiv 1mod1511$

($2003mod1511=492)$$\Rightarrow $

$492x\equiv1mod1511$$\Rightarrow $

find the inverse of $492$ in $mod1511$ and you will see its $777$ so

$777\cdot492x\equiv777mod1511 $ $\Rightarrow $

$x\equiv777mod1511$

領域展開
  • 2,139