Conversioin of the decimal number 82.67 into Octal number ?
Ans. The binary equivalent is (1010010.10101011)2 of decimal number 82.67. After that convert each 3-bit binary in an equivalent octal number that is,
001   010   010    .101    010   110
1       2       2        . 5       2      6
Thus, the Octal equivalent is (122.526)8 of decimal number 82.67.