How to convert (110100)² a binary number into a decimal number
Answers
Answered by
15
Hi,friend you can convert binary number to decimal by multiplying binary number by 2 and by keeping there power.
You can see it on picture..
Hope this helps you a lot.Good night .Have a nice dream
.
Attachments:
Answered by
1
(110100)2 = (52)10
Step by step solution
Step 1: Write down the binary number:
110100
Step 2: Multiply each digit of the binary number by the corresponding power of two:
1x25 + 1x24 + 0x23 + 1x22 + 0x21 + 0x20
Step 3: Solve the powers:
1x32 + 1x16 + 0x8 + 1x4 + 0x2 + 0x1 = 32 + 16 + 0 + 4 + 0 + 0
Step 4: Add up the numbers written above:
32 + 16 + 0 + 4 + 0 + 0 = 52. This is the decimal equivalent of the binary number 110100.
Similar questions