Computer Science, asked by divyanshimahawar516, 8 months ago

convert decimal into binary with solution 10101001​

Answers

Answered by Rajakhavin
3

Explanation:

Step by step solution

128 + 0 + 32 + 0 + 8 + 0 + 0 + 1 = 169. This is the decimal equivalent of the binary number 10101001.

Answered by praa8c20192020
2

Answer:

Explanation:

Step 1: Write down the binary number:

10101001

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

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

Step 3: Solve the powers:

1x128 + 0x64 + 1x32 + 0x16 + 1x8 + 0x4 + 0x2 + 1x1 = 128 + 0 + 32 + 0 + 8 + 0 + 0 + 1

Step 4: Add up the numbers written above:

128 + 0 + 32 + 0 + 8 + 0 + 0 + 1 = 169.

Similar questions