Given a natural number n, and two integers a and b. Show that if:
a)a ≡ b and b≡c, it follows that a≡c
b)a≡b and c≡d, it follows that a+c≡b+d and ac≡bd
c)that a≡b if and only if a and b give the same remainder when divided by n
*I solved a) by equating k_1n with k_2n (there k_1n=a-b and k_2n = b-c). Although I am not sure how to continue with examples b) and c)...