Question: In a base-5 number system, what is the sum of \'23\' and \'14\'?
Options:
Correct Answer: 42
Solution:
In base-5, \'23\' is 2*5 + 3 = 13 and \'14\' is 1*5 + 4 = 9. Their sum is 22 in decimal, which is \'42\' in base-5.