
We recall the definition of modulo. Two numbers a and b are said to be equal modulo n if and only if a-b is a multiple of n, and we write a = b \pmod{n}. For example, 9 = 1 \pmod{8} and 14 = -2 \pmod{8}.
In our usual arithmetic, we picture our integer numbers lying on the number line and we do addition and multiplication like this 2 + 7 = 9, 2 \times 7 = 14, etc...
our number line |