Math, asked by narayana7395, 1 day ago

Convert 110011(2) in decimal system​

Answers

Answered by kruti2272006
0

Answer:

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.

Similar questions