Question: In modular arithmetic, which of the following is true for any integer a?
Options:
Correct Answer: a mod 2 = 0 or 1
Solution:
For any integer a, a mod 2 will always yield either 0 or 1, depending on whether a is even or odd.