Translate the number 25.2510 в octal like this:
the Integer part of the number is divided by the base of the new number system:
| 25 | 8 | |
| -24 | 3 | |
| 1 | | |
 |
the Fractional part of the number is multiplied by the base of the new number system:
 |
| 0. | 25*8 |
| 2 | .0*8 |
the result of the conversion was:
25.2510 = 31.28
the Final answer: 25.2510 = 31.28