Question: In a certain number system, the number \'210\' represents the decimal number 42. What is the decimal equivalent of \'102\' in the same system?
Options:
Correct Answer: 20
Solution:
\'210\' in base 3 is 2*3^2 + 1*3^1 + 0*3^0 = 18 + 3 + 0 = 21. Therefore, \'102\' in base 3 is 1*3^2 + 0*3^1 + 2*3^0 = 9 + 0 + 2 = 11.