convert (9E8) 16=(dash) 10
Answers
Answer:
2536
Explanation:
To convert hexadecimal number 9E8 to decimal, follow these two steps:
Start from one's place in 9E8 : multiply ones place with 16^0, tens place with 16^1, hundreds place with 16^2 and so on from right to left
Add all the product we got from step 1 to get the decimal equivalent of 9E8.
Using the above steps, here is the work involved in the solution for converting 9E8 to decimal number (Don't forget that we start from ones place to so on...)
Decimal equivalent of "8" = 8 × 16^0 = 8
Decimal equivalent of "E" = (E) 14 × 16^1 = 224
Decimal equivalent of "9" = 9 × 16^2 = 2304
Decimal equivalent of "9E8" = 23042248
9E8 = 2536
Here is the final answer, The hexadecimal number 9E8 converted to decimal is therefore equal to:
2536