(100010)
2
convert from binary to decimal
Answers
Answered by
6
Answer:
The base-2 value of 1000102 is equal to base-10 value of 3410.
...
Binary 100010 to Decimal Conversion.
Binary Decimal Hex
100010 34 22
100010.1 34.5 22.8
100011 35 23
Answered by
5
Answer:
(100010)2 = (34)10
Step by step solution
Step 1: Write down the binary number:
100010
Step 2: Multiply each digit of the binary number by the corresponding power of two:
1x25 + 0x24 + 0x23 + 0x22 + 1x21 + 0x20
Step 3: Solve the powers:
1x32 + 0x16 + 0x8 + 0x4 + 1x2 + 0x1 = 32 + 0 + 0 + 0 + 2 + 0
Step 4: Add up the numbers written above:
32 + 0 + 0 + 0 + 2 + 0 = 34. This is the decimal equivalent of the binary number 100010.
Similar questions