Multiple choice

Conversion of decimal number 93 to hexadecimal number is _____.

  1. 2D

  2. 5D

  3. 62

  4. 31

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

93 divided by 16 gives quotient 5 and remainder 13 (D in hex), so 93 = 5D in hexadecimal. Repeated division by the base (16) gives digits from remainders.