Translate the number 20.9510 в hexadecimal like this:
the Integer part of the number is divided by the base of the new number system:
| 20 | 16 | |
| -16 | 1 | |
| 4 | | |
 |
the Fractional part of the number is multiplied by the base of the new number system:
 |
| 0. | 95*16 |
| F | .2*16 |
| 3 | .2*16 |
| 3 | .2*16 |
| 3 | .2*16 |
| 3 | .2*16 |
| 3 | .2*16 |
| 3 | .2*16 |
| 3 | .2*16 |
| 3 | .2*16 |
| 3 | .19995*16 |
the result of the conversion was:
20.9510 = 14.F33333333316
the Final answer: 20.9510 = 14.F33333333316