convert binary 111001 into decimal number
Answers
Answered by
36
Answer:
Explanation:
Step 1: Write down the binary number:
111001
Step 2: Multiply each digit of the binary number by the corresponding power of two:
1x25 + 1x24 + 1x23 + 0x22 + 0x21 + 1x20
Step 3: Solve the powers:
1x32 + 1x16 + 1x8 + 0x4 + 0x2 + 1x1 = 32 + 16 + 8 + 0 + 0 + 1
Step 4: Add up the numbers written above:
32 + 16 + 8 + 0 + 0 + 1 = 57. This is the decimal equivalent of the binary number 111001.
Asmankohli:
you are a genius mind I'd like to join you I also know how to convert binary to decimal and decimal to binary
Answered by
5
56 is answer in decimal
Similar questions
Computer Science,
6 months ago
Math,
6 months ago
Math,
1 year ago
Math,
1 year ago
Math,
1 year ago