asked 211k views
2 votes
How would you do 5^-1 (mod 26) ?

1 Answer

2 votes

What we’re looking for is the value of k that will satisfy the equation.

The solution would be like this for this specific problem:

5k =1 (mod 26)

Check how 5*5 = 25 = -1 (mod 26)

In this way, 5*(-5) = -5*5 = -25 = -(-1) = 1 (mod 26)

Thus, k = -5 = 21 (mod 26)

And 5^-1 = 21 (mod 26)

I am hoping that this answer has satisfied your query and it will be able to help you in your endeavor, and if you would like, feel free to ask another question.

answered
User Shaul Dar
by
7.9k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.