Problem 0: Complete the Canvas quiz "PSet 4 - Canvas".

Problem (6 points): Prove that for any three digit positive integer, if the sum of the digits is a multiple of 3, then the number is a multiple of 3. (Hint: if the hundreds digit of $n$ is $a$ and the tens digit is $b$ and the ones digit is $c$, what is $n$ equal to in terms of $a$, $b$, and $c$?)

Problem (18 points): Use the modular arithmetic corollary of the Quotient/Remainder Theorem to prove each of the following:

Problem (8 points): Prove that, for any integers $n, a, b, c, d$ with $n \ge 2$ and $a \equiv b \pmod{n}$ and $c \equiv d \pmod{n}$, $ac \equiv bd \pmod{n}$.

Problem (8 points): Complete the proof that the Euclidean algorithm is correct by showing that for all integers $a, b$ and $r$, if $b \ne 0$ and $a = b\cdot q + r$ for some integer $q$, then $gcd(b, r) \le gcd(a, b)$.