Question: In a base-3 system, what is the sum of the base-3 numbers 12 and 21?
Options:
Correct Answer: 110
Solution:
To add in base-3, convert to decimal: 12 (base-3) = 3 + 2 = 5 (decimal) and 21 (base-3) = 2 + 0 = 2 (decimal). The sum is 5 + 2 = 7 (decimal), which is 21 in base-3.