Translate the number 19.610 в 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. | 6*2 |
1 | .2*2 |
0 | .4*2 |
0 | .8*2 |
1 | .6*2 |
1 | .2*2 |
0 | .4*2 |
0 | .8*2 |
1 | .6*2 |
1 | .2*2 |
0 | .4*2 |
the result of the conversion was:
19.610 = 10011.10011001102
the Final answer: 19.610 = 10011.10011001102