Question: If the number \'XYZ\' in base-5 equals 100 in decimal, what is the value of \'X\'?
Options:
Correct Answer: 3
Solution:
In base-5, \'XYZ\' = X*5^2 + Y*5^1 + Z*5^0 = 100. Solving gives X = 3.