Question: If the hexadecimal number A3 is converted to decimal, what is its value? (2023)
Options:
Correct Answer: 163
Exam Year: 2023
Solution:
A3 in hexadecimal is calculated as 10*16^1 + 3*16^0 = 160 + 3 = 163.