Question: If \'XYZ\' in base-3 equals 26 in decimal, what is the value of \'X\'?
Options:
Correct Answer: 2
Solution:
In base-3, \'XYZ\' means X*9 + Y*3 + Z = 26. The only valid digit for X is 2.