Question: If \'XYZ\' in base-4 equals 27 in decimal, what is the value of \'X\'?
Options:
Correct Answer: 3
Solution:
In base-4, \'XYZ\' = 4^2*X + 4^1*Y + 4^0*Z = 27. The only valid combination is X=3, Y=3, Z=3.