Question: In a base-3 system, what is the decimal equivalent of the number \'210\'?
Options:
Correct Answer: 6
Solution:
\'210\' in base-3 is 2*3^2 + 1*3^1 + 0*3^0 = 18 + 3 + 0 = 21 in decimal.