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:
6738 = 6 7 3 = 6(=110) 7(=111) 3(=011) = 1101110112
answer: 6738 = 1101110112
now let\'s make the transfer using the decimal system.
let\'s translate to decimal like this:
6∙82+7∙81+3∙80 = 6∙64+7∙8+3∙1 = 384+56+3 = 44310
got It: 6738 =44310
Translate the number 44310 в binary like this:
the Integer part of the number is divided by the base of the new number system:
| 443 | 2 | | | | | | | | |
| -442 | 221 | 2 | | | | | | | |
| 1 | -220 | 110 | 2 | | | | | | |
| 1 | -110 | 55 | 2 | | | | | |
| | 0 | -54 | 27 | 2 | | | | |
| | | 1 | -26 | 13 | 2 | | | |
| | | | 1 | -12 | 6 | 2 | | |
| | | | | 1 | -6 | 3 | 2 | |
| | | | | | 0 | -2 | 1 | |
| | | | | | | 1 | | |
 |
the result of the conversion was:
44310 = 1101110112
answer: 6738 = 1101110112