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