Question: In a certain number system, the base is 5. What is the decimal equivalent of the number 243 in base 5?
Options:
Correct Answer: 62
Solution:
To convert from base 5 to decimal, calculate: 2*5^2 + 4*5^1 + 3*5^0 = 2*25 + 4*5 + 3*1 = 50 + 20 + 3 = 73.