This transfer is possible in two ways: direct transfer and using the decimal system.
first, let\'s make a direct transfer.
Fill in the number with missing zeros on the left
let\'s make a direct translation from binary to post-binary like this:
0010111002 = 001 011 100 = 001(=1) 011(=3) 100(=4) = 1348
the Final answer: 10111002 = 1348
now let\'s make the transfer using the decimal system.
let\'s translate to decimal like this:
0∙28+0∙27+1∙26+0∙25+1∙24+1∙23+1∙22+0∙21+0∙20 = 0∙256+0∙128+1∙64+0∙32+1∙16+1∙8+1∙4+0∙2+0∙1 = 0+0+64+0+16+8+4+0+0 = 9210
got It: 0010111002 =9210
Translate the number 9210 в octal like this:
the Integer part of the number is divided by the base of the new number system:
92 | 8 | | |
-88 | 11 | 8 | |
4 | -8 | 1 | |
| 3 | | |
|
the result of the conversion was:
9210 = 1348
the Final answer: 10111002 = 1348