Answer:
Following are the conversion from binary to octal numbers:
Explanation:
Given values:
[tex]\to (11000)_2= (30)_8 \\\\ \to (1101111)_2 = (157)_8 \\\\ \to (11000001)_2=(301)_8 \\\\ \to (0010110)_2=(26)_8 \\\\ \to (1100)_2= (14)_8[/tex]
Steps to convert the binary value to octal value:
First, we convert the given binary value to the decimal point values, for example:
[tex]\to (11000)_2= 1 \times 2^4+1 \times 2^3+0 \times 2^2 + 0 \times 2^1+0 \times 2^0\\\\[/tex]
[tex]= 1 \times 16+1 \times 8+0 \times 4 + 0 \times 2+0 \times 1\\\\= 16+ 8+0+0+0\\\\= 24\\[/tex]
After converting the binary value into a decimal number, then we convert the decimal to octal, to convert the value into octal we divide the value from 8.
[tex]\to (24)_{10}= (30)_8[/tex]
similarly, we solve all of the above values.