Multiple choice

Conversion of decimal number 74 to hexadecimal number is _____.

  1. 4A

  2. 5A

  3. 41

  4. 2D

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Convert decimal 74 to hexadecimal by repeatedly dividing by 16: 74÷16=4 remainder 10. In hex, 10 is represented as A. So 74 in decimal equals 4A in hexadecimal.