The modular inverse in the range [0, m-1]
Multiplicative inverse of 3 mod 11 is 4.
Next stepUse this inverse to solve linear congruences: if a×x ≡ b (mod m), the solution is x ≡ b×a^(-1) (mod m).