Convert (10110)2 into decimal
Answers
Answered by
2
(10110)2 = (22)10
Step 1: Write down the binary number:
10110
Step 2: Multiply each digit of the binary number by the corresponding power of two:
1x24 + 0x23 + 1x22 + 1x21 + 0x20
Step 3: Solve the powers:
1x16 + 0x8 + 1x4 + 1x2 + 0x1 = 16 + 0 + 4 + 2 + 0
Step 4: Add up the numbers written above:
16 + 0 + 4 + 2 + 0 = 22. This is the decimal equivalent of the binary number 10110.
Answered by
0
Answer:
22
Explanation:
the base-2 value of 10110. is equal to base-10
2
value of 22
10
Binary to decimal conversion:
Binary-10110
Decimal- 22
10
Hex-16
16
Octal-26
8
Similar questions