Computer Science, asked by rajaaktar44, 1 month ago

convert binary numbers into decimal numbers

1110011​

Answers

Answered by KYAnubhav
7

115 is the decimal equivalent of the binary number 1110011.

Step by step solution

Step 1: Write down the binary number:

1110011

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

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

Step 3: Solve the powers:

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

Step 4: Add up the numbers written above:

64 + 32 + 16 + 0 + 0 + 2 + 1 = 115. This is the decimal equivalent of the binary number 1110011.

#be_happy

Similar questions