To convert a binary number of an octal number, group each set of three bits into a group, starting from the right. Then, convert each group into its decimal equivalent. A 1 in the leftmost bit is a 4, a one in the middle bit is a 2, and a one in the right bit is a 1. For example, 101 is 4+0+1, or 5. Grouping should be as follows:
Binary: 0011010011010110
Grouped: 0 011 010 011 010 110
Octal: 032326
You may also find programs that will perform this conversion for you. Windows Calculator can perform this translation for you when using the advanced mode that shows binary/hex/octal options.
Octal = 52746757 Binary = 101010111100110111101111
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
You must first convert them to a common base. For example, convert all to binary.
128 is not a valid octal number. Please restate the question.