Convert the
following
Binary to decimal
1100001
Answers
Answered by
4
Answer:
97 is the correct answer
Answered by
1
Answer:
97 is the decimal equivalent of the binary number 1100001.
Step-by-step explanation:
Step 1: Write down the binary number:
1100001
Step 2: Multiply each digit of the binary number by the corresponding power of two:
1x26 + 1x25 + 0x24 + 0x23 + 0x22 + 0x21 + 1x20
Step 3: Solve the powers:
1x64 + 1x32 + 0x16 + 0x8 + 0x4 + 0x2 + 1x1 = 64 + 32 + 0 + 0 + 0 + 0 + 1
Step 4: Add up the numbers written above:
64 + 32 + 0 + 0 + 0 + 0 + 1 = 97.
So, 97 is the decimal equivalent of the binary number 1100001.
Similar questions