I have a question for a part of the following problem: Solve the linear congruence 7x ≡ 6(mod 29)
I understand how to find the linear combination equality using the extended Euclidean Algorithm, which is this: 1 = 1⋅29 − 4⋅7
But what is throwing me is that I can't find a way to find the nonnegative integer representation less than 29 of the inverse of 7
. I know by my equation that -4
is the inverse of 7, but how would I go about this?