Translate the number 13010 в binary like this:
the Integer part of the number is divided by the base of the new number system:
| 130 | 2 | | | | | | | |
| -130 | 65 | 2 | | | | | | |
| 0 | -64 | 32 | 2 | | | | | |
| 1 | -32 | 16 | 2 | | | | |
| | 0 | -16 | 8 | 2 | | | |
| | | 0 | -8 | 4 | 2 | | |
| | | | 0 | -4 | 2 | 2 | |
| | | | | 0 | -2 | 1 | |
| | | | | | 0 | | |
 |
the result of the conversion was:
13010 = 100000102
the Final answer: 13010 = 100000102