Question: If a ≡ 2 (mod 5) and b ≡ 3 (mod 5), what is the value of (a * b) mod 5?
Options:
Correct Answer: 1
Solution:
a * b ≡ 2 * 3 ≡ 6 (mod 5), which is equivalent to 1.