Multiple choice

What is 66 (decimal) in hexadecimal?

  1. 42

  2. 3A

  3. F2

  4. 4B

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

To convert 66 decimal to hex, divide 66 by 16: 66 / 16 = 4 with a remainder of 2. The result is 42 in hexadecimal.