SOLUTION: Convert the numeral 1011 base 2 to a common base 10 number A. 3 B. 5 C. 11 D. None of the above

Algebra ->  Exponents -> SOLUTION: Convert the numeral 1011 base 2 to a common base 10 number A. 3 B. 5 C. 11 D. None of the above      Log On


   



Question 80934: Convert the numeral 1011 base 2 to a common base 10 number
A. 3
B. 5
C. 11
D. None of the above

Answer by Earlsdon(6294) About Me  (Show Source):
You can put this solution on YOUR website!
Convert 1011 (binary) to its decimal equivalent:
Reading the binary number from right-to-left:
1X2%5E0+=+1
1X2%5E1+=+2
0X2%5E2+=+0
1X2%5E3+=+8
Adding these together:
8+0+2+1 =11
Answer C. is correct.