Translate the number 153.7510 в hexadecimal like this:
the Integer part of the number is divided by the base of the new number system:
| 153 | 16 | |
| -144 | 9 | |
| 9 | | |
 |
the Fractional part of the number is multiplied by the base of the new number system:
 |
| 0. | 75*16 |
| C | .0*16 |
the result of the conversion was:
153.7510 = 99.C16
the Final answer: 153.7510 = 99.C16