What is 98 in base 16?
Solution
To convert the decimal number 98 to base 16 (hexadecimal), follow these steps:
-
Divide the decimal number by 16 and get the integer quotient for the next iteration.
- 98 / 16 = 6 remainder 2
-
Divide this quotient again by 16.
- 6 / 16 = 0 remainder 6
-
Repeat step 2 until we get a quotient of zero.
-
Write down the remainder (in hexadecimal form) for each of these steps.
So, the decimal number 98 in base 16 (hexadecimal) is 62.
Upgrade your grade with Knowee
Get personalized homework help. Review tough concepts in more detail, or go deeper into your topic by exploring other relevant questions.