Question: In a certain numeral system, the number \'123\' represents the decimal number 27. What is the value of \'321\' in the same system?
Options:
Correct Answer: 81
Solution:
\'123\' in base 3 = 1*3^2 + 2*3^1 + 3*3^0 = 27. \'321\' in base 3 = 3*3^2 + 2*3^1 + 1*3^0 = 81.