ifbwe convert decimal no. 524 into hexadecimal result
Answers
HERE IS YOUR ANSWER
Since hexadecimal is a 16 digit number system, 16 is the key in converting 524 decimal to hexadecimal.
a) Divide 524 by 16 and then separate what is on the left and right side of the decimal point.
b) Multiply the right side of the decimal point by 16 (and convert to hex if neccessary) and keep that number to the side.
c) Divide the left side of the decimal point by 16 and separate what is on the left and right side of the decimal point.
d) Repeat step b and c above until the value on the left side is 0.
e) Then simply enter the numbers you got in step b in reverse order to get the answer.
Following the instructions above, your math should look like this:
524 / 16 = 32.75
0.75 x 16 = C
32 / 16 = 2
0 x 16 = 0
2 / 16 = 0.125
0.125 x 16 = 2
Thus, 524 decimal converted to hex is as follows:
20C
HOPE THIS WILL HELP YOU ☺