SOLUTION: what is a solution of binary to octal 10110101

Algebra.Com
Question 766542: what is a solution of binary to octal
10110101




Answer by ramkikk66(644)   (Show Source): You can put this solution on YOUR website!

Binary number = 10110101

To convert it to octal, you can first convert to decimal and then to octal (base 8)

Or since 8 = 2^3, every 3 bits (starting from the leftmost) will give the 
equivalent Octal bit.

If we break up the given binary number into 3-bit chunks, we get
(I've used the "|" character as a separator)

10|110|101 which translates to octal of 265.
(Binary 10 = 2
110 = 6
101 = 5)

So Binary 10110101 = Octal 265.

Hope you got it :)

RELATED QUESTIONS

Conversion Example A box contains 5 dozen red balls. How can this number of balls be... (answered by Alan3354)
convert to binary base 50.14 what is the inverse of y=2x^3?determine if it is a... (answered by Alan3354)
Find Their Equivalent: 1) From Decimal to Binary: (1426)10 = ( )2 2) From Octal To... (answered by Alan3354)
A binary tree is a connected graph with no cycles, where each vertex has a degree less... (answered by greenestamps)
A binary tree is a connected graph with no cycles, where each vertex has a degree less... (answered by CPhill)
SIR SOLUTION OF DECIMAL VALUE 17.71875 INTO BINARY... (answered by ikleyn)
Some test has 50 binary items.If a subject gives answers to 25 of them,10 correct ones... (answered by ewatrrr)
The binary number 1001 is equivalent to what base eight... (answered by stanbon,Earlsdon)
Convert 82.11 to binary (answered by Alan3354,greenestamps)