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:
3658 = 3 6 5 = 3(=011) 6(=110) 5(=101) = 0111101012
the Final answer: 3658 = 111101012
now let\'s make the transfer using the decimal system.
let\'s translate to decimal like this:
3∙82+6∙81+5∙80 = 3∙64+6∙8+5∙1 = 192+48+5 = 24510
got It: 3658 =24510
Translate the number 24510 в binary like this:
the Integer part of the number is divided by the base of the new number system:
245 | 2 | | | | | | | |
-244 | 122 | 2 | | | | | | |
1 | -122 | 61 | 2 | | | | | |
| 0 | -60 | 30 | 2 | | | | |
| | 1 | -30 | 15 | 2 | | | |
| | | 0 | -14 | 7 | 2 | | |
| | | | 1 | -6 | 3 | 2 | |
| | | | | 1 | -2 | 1 | |
| | | | | | 1 | | |
 |
the result of the conversion was:
24510 = 111101012
the Final answer: 3658 = 111101012