1-47
Write the solution from MSD to LSD:
AE16
There will probably be very few times when you will have to convert a decimal fraction to a hex
fraction. If the occasion should arise, the conversion is done in the same manner as binary or octal. Use
the following example as a pattern:
Convert 0.69510 to hex:
The solution: .B1EB16
Should you have the need to convert a decimal mixed number to hex, convert the whole number and
the fraction separately; then recombine for the solution.
Convert the following decimal numbers to hex:
Q60.
4210.
Q61.
8310.
Q62.
17610 .
Q63.
49110.
Q64.
0.72110 (four places).
The converting of binary, octal, and hex numbers to their decimal equivalents is covered as a group
later in this section.