Let a, b, c, and d be integers, and let n be a positive integer:

145 Views Asked by At

Suppose that a ≡ b mod n and c ≡ d mod n.

(a) Prove that a + c ≡b +d mod n.

(b) Prove that a −c ≡ b − d mod n

1

There are 1 best solutions below

1
On

Hint: Write your modulo equations as $$a=b+nk_1,c=d+nk_2$$ where $k_1,k_2$ are integers