Question: In converting the hexadecimal number 1A to decimal, what is the result?
Options:
Correct Answer: 26
Solution:
The hexadecimal number 1A converts to decimal as 1*16^1 + 10*16^0 = 26.