Question: In a modular system with modulus 5, what is the result of (3 + 4) mod 5?
Options:
Correct Answer: 0
Solution:
(3 + 4) = 7, and 7 mod 5 = 2.