To find the simplest possible form of each number modulo 5, we will calculate each number's remainder when divided by 5.
-
For \(-32\): \[ -32 \mod 5 = -32 + 35 = 3 \] (since \(-32 + 35 = 3\) is the smallest non-negative integer that is congruent to \(-32\) mod 5.)
-
For \(-35\): \[ -35 \mod 5 = -35 + 35 = 0 \] (since \(-35\) is already a multiple of 5.)
-
For \(-63\): \[ -63 \mod 5 = -63 + 65 = 2 \] (since \(-63 + 65 = 2\) is the smallest non-negative integer that is congruent to \(-63\) mod 5.)
So the simplest possible forms for each number modulo 5 are:
- \(-32 \equiv 3 \mod 5\)
- \(-35 \equiv 0 \mod 5\)
- \(-63 \equiv 2 \mod 5\)