Computer Science, asked by anubhavjha0v11b, 8 months ago

convert the 110110101 to the Binary numbers to their equivalent decimal from​

Answers

Answered by ayushtripathi5359
1

Answer:

(11011011)2 = (219)10

Step by step solution

Step 1: Write down the binary number:

11011011

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

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

Step 3: Solve the powers:

1x128 + 1x64 + 0x32 + 1x16 + 1x8 + 0x4 + 1x2 + 1x1 = 128 + 64 + 0 + 16 + 8 + 0 + 2 + 1

Step 4: Add up the numbers written above:

128 + 64 + 0 + 16 + 8 + 0 + 2 + 1 = 219.

So, 219 is the decimal equivalent of the binary number 11011011.

Answered by Anonymous
3

Answer:

hi...

Explanation:

(110110101 )2=(437)10

HOPE IT HELPS YOU

PLEASE MARK BRAINLIEST

Similar questions