Computer Science, asked by oasuttamani, 2 months ago

1E6 convert into decimal number​

Answers

Answered by mann9099
1

Answer:

486

Explanation:

To convert hexadecimal number 1E6 to decimal, follow these two steps:

Start from one's place in 1E6 : 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 1E6.

Using the above steps, here is the work involved in the solution for converting 1E6 to decimal number (Don't forget that we start from ones place to so on...)

Decimal equivalent of "6" = 6 × 16^0 = 6

Decimal equivalent of "E" = (E) 14 × 16^1 = 224

Decimal equivalent of "1" = 1 × 16^2 = 256

Decimal equivalent of "1E6" = 2562246

1E6 = 486

Here is the final answer, The hexadecimal number 1E6 converted to decimal is therefore equal to:

486

Similar questions