convert binary number(10101101)2 into decimal number
Answers
Answered by
4
Answer:
(10101101)2 = (173)10
STEP BY STEP SOLUTION
Step 1: Write down the binary number:
10101101
Step 2: Multiply each digit of the binary number by the corresponding power of two:
1x27 + 0x26 + 1x25 + 0x24 + 1x23 + 1x22 + 0x21 + 1x20
Step 3: Solve the powers:
1x128 + 0x64 + 1x32 + 0x16 + 1x8 + 1x4 + 0x2 + 1x1 = 128 + 0 + 32 + 0 + 8 + 4 + 0 + 1
Step 4: Add up the numbers written above:
128 + 0 + 32 + 0 + 8 + 4 + 0 + 1 = 173.
So, 173 is the decimal equivalent of the binary number 10101101.
Similar questions
Biology,
5 months ago
Accountancy,
9 months ago
Chemistry,
9 months ago
English,
1 year ago
English,
1 year ago