Find an inverse of o modulo m for the following pair of rela
Solution
a)
We know 2 and 17 are coprime
2*9=18=17+1
So, 2*9=1 mod 17
Hence, 9 is inverse of 2 modulo 17
b)
2x=8 mod 17
Multiplying both sides by inverse of 2 modulo 17 ie 9 gives
We can multiply because 9 and 17 are coprime
9*2x=9*8 mod 17
18x=72 mod 17
x=68+4=4 mod 17
x=4 mod 17
c)
17=16+1=1 mod 8
So given equation becomes:
2x=1 mod 8
But, 2x is even for any integer x
HEnce, 2x can be:0,2,4,6 mod 8
SO no solution is possible
