Translate the number 49.1910 в binary like this:
the Integer part of the number is divided by the base of the new number system:
| 49 | 2 | | | | | |
| -48 | 24 | 2 | | | | |
| 1 | -24 | 12 | 2 | | | |
| 0 | -12 | 6 | 2 | | |
| | 0 | -6 | 3 | 2 | |
| | | 0 | -2 | 1 | |
| | | | 1 | | |
 |
the Fractional part of the number is multiplied by the base of the new number system:
 |
| 0. | 19*2 |
| 0 | .38*2 |
| 0 | .76*2 |
| 1 | .52*2 |
| 1 | .04*2 |
| 0 | .08*2 |
| 0 | .16*2 |
| 0 | .32*2 |
| 0 | .64*2 |
| 1 | .28*2 |
| 0 | .56*2 |
the result of the conversion was:
49.1910 = 110001.00110000102
answer: 49.1910 = 110001.00110000102