Find the inverse of 77 modulo 5 by using extended Euclidean Algorithm
Step by step solution
Apply Euclidean Algorithm to compute GCD as shown in the left column.
It will verify that "GCD(77, 5)=1."
Then we will solve for the remainders in the right column.
Use the equations in the right side and perform reverse operation as:
Therefore "1=77(-2)\\mod {5}," or of we prefer a residue value for multiplicative inverse
Therefore, "3" is the multiplicative inverse of "77."
Comments
Leave a comment