Translate the number 19.62510 в binary like this:
the Integer part of the number is divided by the base of the new number system:
19 | 2 | | | | |
-18 | 9 | 2 | | | |
1 | -8 | 4 | 2 | | |
| 1 | -4 | 2 | 2 | |
| | 0 | -2 | 1 | |
| | | 0 | | |
|
the Fractional part of the number is multiplied by the base of the new number system:
|
0. | 625*2 |
1 | .25*2 |
0 | .5*2 |
1 | .0*2 |
the result of the conversion was:
19.62510 = 10011.1012
We found that Your number is negative. For further translation from direct code to additional code, specify the size of the number: (1 byte, 2 bytes, 4 bytes, 8 bytes).
the Final answer: -19.62510 = 10011.1012