Translate the number 17.5410 в binary like this:
the Integer part of the number is divided by the base of the new number system:
17 | 2 | | | | |
-16 | 8 | 2 | | | |
1 | -8 | 4 | 2 | | |
| 0 | -4 | 2 | 2 | |
| | 0 | -2 | 1 | |
| | | 0 | | |
|
the Fractional part of the number is multiplied by the base of the new number system:
|
0. | 54*2 |
1 | .08*2 |
0 | .16*2 |
0 | .32*2 |
0 | .64*2 |
1 | .28*2 |
0 | .56*2 |
1 | .12*2 |
0 | .24*2 |
0 | .48*2 |
0 | .96*2 |
the result of the conversion was:
17.5410 = 10001.10001010002
the Final answer: 17.5410 = 10001.10001010002