122k views
1 vote
Find an inverse of 16 modulo 17. That is solve 16x=1(mod 17)

User Hans Espen
by
5.0k points

1 Answer

6 votes

Answer:

-1 is the inverse of 16 modulo 17.

Explanation:

To find : An inverse of 16 modulo 17 i.e.
16x=1(mod 17)?

Solution :

First we find the GCD of (17,16) using Euclid's algorithm,


17=16* 1+1

Remainder is 1.

Which means, GCD(17,16)=1

Using back substitution we get,


1=17-16(1)


\Rightarrow 16(-1)=1+17(-1)


\Rightarrow 16(-1)=1(\mod 17)

i.e. -1 is the inverse of 16 modulo 17.

On comparing with
16x=1(mod 17)

The value of x=-1.

User Katrena
by
6.0k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.