Translate the number 24010 в binary like this:
the Integer part of the number is divided by the base of the new number system:
| 240 | 2 | | | | | | | |
| -240 | 120 | 2 | | | | | | |
| 0 | -120 | 60 | 2 | | | | | |
| 0 | -60 | 30 | 2 | | | | |
| | 0 | -30 | 15 | 2 | | | |
| | | 0 | -14 | 7 | 2 | | |
| | | | 1 | -6 | 3 | 2 | |
| | | | | 1 | -2 | 1 | |
| | | | | | 1 | | |
 |
the result of the conversion was:
24010 = 111100002
the Final answer: 24010 = 111100002