I'm having some trouble understanding Modulus.
Suppose that a and b are integers, a ≡ 4 (mod 13) and b ≡ 9 (mod 13). Find the integer c with 0 ≤ c ≤ 12 such that
a) c ≡ 9a (mod 13)
b) c ≡ 11b (mod 13)
c) c ≡ a + b (mod 13)
d) c ≡ 2a +3b (mod 13)
e) c ≡a^2+b^2 (mod 13)
The book has the answers listed as
a)10
b)8
c)0
d)9
e)6
This is one of the even questions in the book, we have the odd questions in the book. This book is terrible at explaining the process, how did they get these values? I have no idea how to do this. How do you even find a and b?