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:
4∙81+6∙80+3∙8-1 = 4∙8+6∙1+3∙0.125 = 32+6+0.375 = 38.37510
got It: 46.38 =38.37510
Translate the number 38.37510 в hexadecimal like this:
the Integer part of the number is divided by the base of the new number system:
38 | 16 | |
-32 | 2 | |
6 | | |
 |
the Fractional part of the number is multiplied by the base of the new number system:
 |
0. | 375*16 |
6 | .0*16 |
the result of the conversion was:
38.37510 = 26.616
the Final answer: 46.38 = 26.616
now let\'s make the transfer using the decimal system.
let\'s do a direct translation from octal to binary like this:
46.38 = 4 6. 3 = 4(=100) 6(=110). 3(=011) = 100110.0112
the Final answer: 46.38 = 100110.0112
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:
00100110.01102 = 0010 0110. 0110 = 0010(=2) 0110(=6). 0110(=6) = 26.616
the Final answer: 00100110.01108 = 26.616