This transfer is possible in two ways: direct transfer and using the decimal system.
first, let\'s make a direct transfer.
let\'s do a direct translation from octal to binary like this:
76.738 = 7 6. 7 3 = 7(=111) 6(=110). 7(=111) 3(=011) = 111110.1110112
answer: 76.738 = 111110.1110112
now let\'s make the transfer using the decimal system.
let\'s translate to decimal like this:
7∙81+6∙80+7∙8-1+3∙8-2 = 7∙8+6∙1+7∙0.125+3∙0.015625 = 56+6+0.875+0.046875 = 62.92187510
got It: 76.738 =62.92187510
Translate the number 62.92187510 в binary like this:
the Integer part of the number is divided by the base of the new number system:
62 | 2 | | | | | |
-62 | 31 | 2 | | | | |
0 | -30 | 15 | 2 | | | |
| 1 | -14 | 7 | 2 | | |
| | 1 | -6 | 3 | 2 | |
| | | 1 | -2 | 1 | |
| | | | 1 | | |
 |
the Fractional part of the number is multiplied by the base of the new number system:
 |
0. | 921875*2 |
1 | .84375*2 |
1 | .6875*2 |
1 | .375*2 |
0 | .75*2 |
1 | .5*2 |
1 | .0*2 |
the result of the conversion was:
62.92187510 = 111110.1110112
answer: 76.738 = 111110.1110112