Find the inverse of 55 modulo 7 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(55, 7)=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=55(-1)\\mod {7}," or of we prefer a residue value for multiplicative inverse
Therefore, "7" is the multiplicative inverse of "55."
Comments
Leave a comment