Convert (10110)2 into decimal
Answers
Answered by
5
Answer:
Binary to decimal conversion table
Binary Number Decimal Number Hex Number
10101 21 15
10110 22 16
10111 23 17
11000 24 18
32 more rows
Explanation:
Answered by
31
(10110)2 = (22)10
Step by step solution
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.
.
follow Me ✌️✌️✌️✌️
Similar questions