This transfer is possible in two ways: direct transfer and using the decimal system.
first, let\'s make a direct transfer.
let\'s translate to decimal like this:
7∙82+4∙81+2∙80+5∙8-1+6∙8-2 = 7∙64+4∙8+2∙1+5∙0.125+6∙0.015625 = 448+32+2+0.625+0.09375 = 482.7187510
got It: 742.568 =482.7187510
Translate the number 482.7187510 в hexadecimal like this:
the Integer part of the number is divided by the base of the new number system:
482 | 16 | | |
-480 | 30 | 16 | |
2 | -16 | 1 | |
| E | | |
|
the Fractional part of the number is multiplied by the base of the new number system:
|
0. | 71875*16 |
B | .5*16 |
8 | .0*16 |
the result of the conversion was:
482.7187510 = 1E2.B816
the Final answer: 742.568 = 1E2.B816
now let\'s make the transfer using the decimal system.
let\'s do a direct translation from octal to binary like this:
742.568 = 7 4 2. 5 6 = 7(=111) 4(=100) 2(=010). 5(=101) 6(=110) = 111100010.1011102
the Final answer: 742.568 = 111100010.101112
Fill in the number with missing zeros on the left
Fill in the number with missing zeros on the right
let\'s do a direct translation from binary to hexadecimal like this:
000111100010.101110002 = 0001 1110 0010. 1011 1000 = 0001(=1) 1110(=E) 0010(=2). 1011(=B) 1000(=8) = 1E2.B816
the Final answer: 000111100010.101110008 = 1E2.B816