convert 101010 2 and 110110 2 into decimal values
Answers
Answered by
5
Answer:
110110)2 = (54)10
Step by step solution
Step 1: Write down the binary number:
110110
Step 2: Multiply each digit of the binary number by the corresponding power of two:
1x25 + 1x24 + 0x23 + 1x22 + 1x21 + 0x20
Step 3: Solve the powers:
1x32 + 1x16 + 0x8 + 1x4 + 1x2 + 0x1 = 32 + 16 + 0 + 4 + 2 + 0
Step 4: Add up the numbers written above:
32 + 16 + 0 + 4 + 2 + 0 = 54. This is the decimal equivalent of the binary number 110110.
Explanation:
Binary:
110110
Base 4:
312
Octal:
66
Decimal:
54
Hexadecimal:
36
Base 32:
1M
Answered by
0
Answer:
110110
- Multiply the numbers from last 0×2°=0 ,1×2 ×1=2 ,0×2 ×2=4 ,0×2×3=0, 1×2×4=16, 1×2×5=32
- Than add 0+2+4+0+16+32
- Now total = 54
I hope this answer may help you
Please mark me the brainlest
Similar questions