Computing exponents mod m.
Compute each quantity below using the methods outlined in this
section. Show your steps, and remember that you should not use a
calculator.
(a) 4610 mod 7
(b) 345 mod 9
Calculation of integers based on div and mod.
(a) n div 5 = -10, n mod 5 = 4
(b) n div 11 = -3, n mod 11 = 7
(c) n div 10 = 2, n mod 10 = 8