बाइनरी संख्या 10111001 को ऑक्टल में बदलिए ।
Answers
Answered by
0
STEP BY STEP SOLUTION
Step 1: Write down the binary number:
10111001
Step 2: Multiply each digit of the binary number by the corresponding power of two:
1x27 + 0x26 + 1x25 + 1x24 + 1x23 + 0x22 + 0x21 + 1x20
Step 3: Solve the powers:
1x128 + 0x64 + 1x32 + 1x16 + 1x8 + 0x4 + 0x2 + 1x1 = 128 + 0 + 32 + 16 + 8 + 0 + 0 + 1
Step 4: Add up the numbers written above:
128 + 0 + 32 + 16 + 8 + 0 + 0 + 1 = 185.
So, 185 is the decimal equivalent of the binary number 10111001.
HOPE THIS WILL HELP YOU MARK AS BRAINLIEST..
Answered by
7
185 is the answer.
Similar questions