Translate the number 15.1010 в binary like this:
the Integer part of the number is divided by the base of the new number system:
15 | 2 | | | |
-14 | 7 | 2 | | |
1 | -6 | 3 | 2 | |
| 1 | -2 | 1 | |
| | 1 | | |
 |
the Fractional part of the number is multiplied by the base of the new number system:
 |
0. | 10*2 |
0 | .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:
15.1010 = 1111.00011001102
answer: 15.1010 = 1111.00011001102