convert binary number 10011 to decimal number
Answers
Answered by
19
Answer:
(10011)2 = (19)10
Step by step solution
Step 1: Write down the binary number:
10011
Step 2: Multiply each digit of the binary number by the corresponding power of two:
1x24 + 0x23 + 0x22 + 1x21 + 1x20
Step 3: Solve the powers:
1x16 + 0x8 + 0x4 + 1x2 + 1x1 = 16 + 0 + 0 + 2 + 1
Step 4: Add up the numbers written above:
16 + 0 + 0 + 2 + 1 = 19.
So, 19 is the decimal equivalent of the binary number 10011.
HOPE IT HELPS
Answered by
1
Answer:
19 is the answer
Explanation:
i hope this answer is helpful
Similar questions