You can put this solution on YOUR website! The binary number 1001 is equivalent to what base eight number
-----
1001 base 2 = 11 base 8
--------------------------
Cheers,
Stan H.
You can put this solution on YOUR website! Reading from right-to-left (like arabic), the binary number 1001 can be read as: +++= in decimal.
The octal (base 8)equivalent is and this is deciphered as follows:
Group the digits of the binary number in groups of three starting from the right sides thus: which is 11
In octal (base 8) the binary-to octal conversion looks like: