Convert the following hexadecimal numbers to decimal numbers.
a) DE516
b) 2AB.416
a) To convert hexadecimal number DE5 to decimal, we follow these two steps:
Using the above steps, here is the work involved in the solution for converting DE5 to decimal number:
Decimal equivalent of
""5"=5\\cdot16^0=5"
Decimal equivalent of
""E"=14\\cdot16^1=224"
Decimal equivalent of
""D"=13\\cdot16^2=3228"
Decimal equivalent of
DE516 = 332810 + 22410 + 510 = 355710
b) To convert hexadecimal number 2AB.4, we convert its integral and fractional part individually and then add them to get the equivalent decimal number.
In the fractional part of hexadecimal number, we multiply tenths place by "16^{-1}".
Decimal equivalent of
""B"=11\\cdot16^0=11"
Decimal equivalent of
""A"=10\\cdot16^1=160"
Decimal equivalent of
""2"=2\\cdot16^2=512"
Decimal equivalent of
2AB16 = 51210 + 16010 + 1110 =68310
Now we will convert the fractional part 0.4 to decimal form.
Decimal equivalent of
""4"=4\\cdot16^{-1}=0.25"
Here is the final answer, the hexadecimal number 2AB.4 converted to decimal is therefore equal to:
2AB.416= 68310 + 0.2510= 683.2510
Comments
Leave a comment