Do the
Following convezionis
2) (1010111101011.) = (?)
8
Answers
Answer:
Explanation:
Write down the binary number: 1010111. Step 2: Multiply each digit of the ... Use the calculator below to convert to / from the main base systems. ... Using this converter you can get answers to questions like: ... 2, 2, 2, 10. 3, 3, 3, 11. 4, 4, 4, 100. 5, 5, 5, 101. 6, 6, 6, 110. 7, 7, 7, 111. 8, 8, 10, 1000 ... 43, 2B, 53, 101011.
Answer:
(1010111)2 = (87)10
Step by step solution
Step 1: Write down the binary number:
1010111
Step 2: Multiply each digit of the binary number by the corresponding power of two:
1x26 + 0x25 + 1x24 + 0x23 + 1x22 + 1x21 + 1x20
Step 3: Solve the powers:
1x64 + 0x32 + 1x16 + 0x8 + 1x4 + 1x2 + 1x1 = 64 + 0 + 16 + 0 + 4 + 2 + 1
Step 4: Add up the numbers written above:
64 + 0 + 16 + 0 + 4 + 2 + 1 = 87. This is the decimal equivalent of the binary number 1010111.