Question: In a certain numeral system, the digits used are 0, 1, 2, and 3. What is the decimal equivalent of the number \'210\' in this system?
Options:
Correct Answer: 20
Solution:
\'210\' in base 4 is calculated as 2*4^2 + 1*4^1 + 0*4^0 = 32 + 4 + 0 = 36.