Answer:
-1 is the inverse of 16 modulo 17.
Step-by-step explanation:
To find : An inverse of 16 modulo 17 i.e. [tex]16x=1(mod 17)[/tex]?
Solution :
First we find the GCD of (17,16) using Euclid's algorithm,
[tex]17=16\times 1+1[/tex]
Remainder is 1.
Which means, GCD(17,16)=1
Using back substitution we get,
[tex]1=17-16(1)[/tex]
[tex]\Rightarrow 16(-1)=1+17(-1)[/tex]
[tex]\Rightarrow 16(-1)=1(\mod 17)[/tex]
i.e. -1 is the inverse of 16 modulo 17.
On comparing with [tex]16x=1(mod 17)[/tex]
The value of x=-1.