How to solve linear congruences using the Extended Euclidean Algorithm?
I'm studying number theory and I need to solve linear congruences like:
I know I need to find the modular inverse of modulo using the Extended Euclidean Algorithm. But I get confused with the back-substitution step.
Could someone show me how to solve this specific congruence step by step, explaining how the Extended Euclidean Algorithm works?
1 answers355 views