Convert the following Binary numbers into Decimal numbers.
a. 1101010
Answers
Answered by
1
Answer:
Step 1: Write down the binary number:
1101010
Step 2: Multiply each digit of the binary number by the corresponding power of two:
1x26 + 1x25 + 0x24 + 1x23 + 0x22 + 1x21 + 0x20
Step 3: Solve the powers:
1x64 + 1x32 + 0x16 + 1x8 + 0x4 + 1x2 + 0x1 = 64 + 32 + 0 + 8 + 0 + 2 + 0
Step 4: Add up the numbers written above:
64 + 32 + 0 + 8 + 0 + 2 + 0 = 106.
So, 106 is the decimal equivalent of the binary number 1101010. follo me
Explanation:
plz marks me as brainlist
Answered by
0
Answer:
106
Explanation:
1×2⁶+1×2⁵+0×2⁴+1×2³+0×2²+1×2¹+0×2⁰
= 64+32+0+8+0+2
=106 ans
Similar questions