convert hecadecimal to decimal (15CE) decimal
Answers
Answer:
To convert hexadecimal number 15cd to decimal, follow these two steps:
Start from one's place in 15cd : 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 15cd.
Using the above steps, here is the work involved in the solution for converting 15cd to decimal number (Don't forget that we start from ones place to so on...)
Decimal equivalent of "d" = (d) 13 × 16^0 = 13
Decimal equivalent of "c" = (c) 12 × 16^1 = 192
Decimal equivalent of "5" = 5 × 16^2 = 1280
Decimal equivalent of "1" = 1 × 16^3 = 4096
Decimal equivalent of "15cd" = 1319212804096
15cd = 5581
Here is the final answer, The hexadecimal number 15cd converted to decimal is therefore equal to:
5581
Step-by-step explanation:
please mark me as brain list