Translate the number 41.687510 в binary like this:
the Integer part of the number is divided by the base of the new number system:
| 41 | 2 | | | | | |
| -40 | 20 | 2 | | | | |
| 1 | -20 | 10 | 2 | | | |
| 0 | -10 | 5 | 2 | | |
| | 0 | -4 | 2 | 2 | |
| | | 1 | -2 | 1 | |
| | | | 0 | | |
 |
the Fractional part of the number is multiplied by the base of the new number system:
 |
| 0. | 6875*2 |
| 1 | .375*2 |
| 0 | .75*2 |
| 1 | .5*2 |
| 1 | .0*2 |
the result of the conversion was:
41.687510 = 101001.10112
the Final answer: 41.687510 = 101001.10112