asked 168k views
3 votes
Convert 110011 no decimal number System​

asked
User Pak
by
8.3k points

1 Answer

6 votes

(110011)2 = (51)10

Step by step solution

Step 1: Write down the binary number:

110011

Step 2: Multiply each digit of the binary number by the corresponding power of two:

1x25 + 1x24 + 0x23 + 0x22 + 1x21 + 1x20

Step 3: Solve the powers:

1x32 + 1x16 + 0x8 + 0x4 + 1x2 + 1x1 = 32 + 16 + 0 + 0 + 2 + 1

Step 4: Add up the numbers written above:

32 + 16 + 0 + 0 + 2 + 1 = 51.

So, 51 is the decimal equivalent of the binary number 110011.

answered
User Kevin Simper
by
8.0k points
Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.