Question 572591
How to calculate the Multiplicative inverse modulo. 
like how to calculate 7 inverse mod (20).
---
1/7 = (1+20x)/7 = 3 when x = 1
----
1/7 = 3 (mod 20)
====================
Cheers,
Stan H.
============