Break the Binary number into 3 bit sections from the LSB to the MSB(Right hand site). Then convert the 3 bit binary number to its octal equivalent(Multiply each 3 bit to 2^0 to 2^2). E.g. If the binary value is 1010111110110010 then 001 would be 1, 010 would be 2, 111 would be 7, 110 would be 6, 010 would be 2, etc.
Octal = 52746757 Binary = 101010111100110111101111
Don't. 889 is not an octal number.
221122: Binary = 1000100001000100100010 Octal = 10410442 Decimal = 2232610
fdfd
134.105
You must first convert them to a common base. For example, convert all to binary.
Octal = 52746757 Binary = 101010111100110111101111
Convert each "digit" of the octal into a triplet of binary digits, according to the following rule: Octal Binary 0 000 1 001 2 010 3 011 4 100 5 101 6 110 7 111 So, for example, octal 53 = binary 101 011 [= decimal 43]
1470 octal = 001 100 111 000 binary
In binary this number is equivalent to 11111000011 while in octal it is 3703
Don't. 889 is not an octal number.
1111111010 = octal 1772
221122: Binary = 1000100001000100100010 Octal = 10410442 Decimal = 2232610
10111001100001000
fdfd
134.105
15173