Computer Science, asked by ankushdogra3456, 4 days ago

Convert hexa number 5F3 to decimal number

Answers

Answered by NOT12
0

Answer:

FHJ

Explanation:

Answered by jadhavsunil7099
0

Answer:

To convert hexadecimal number 5F3 to decimal, follow these two steps:

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

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

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

Decimal equivalent of "F" = (F) 15 × 16^1 = 240

Decimal equivalent of "5" = 5 × 16^2 = 1280

Decimal equivalent of "5F3" = 12802403

5F3 = 1523

Here is the final answer, The hexadecimal number 5F3 converted to decimal is therefore equal to:

1523

Similar questions