SOLUTION: How would you convert the binary number 11001011 when written in base ten?

Algebra ->  Conversion and Units of Measurement -> SOLUTION: How would you convert the binary number 11001011 when written in base ten?      Log On


   



Question 1124180: How would you convert the binary number 11001011 when written in base ten?
Answer by Alan3354(69443) About Me  (Show Source):
You can put this solution on YOUR website!
How would you convert the binary number 11001011 when written in base ten?
----
I would first change to Hexadecimal.
1100 1011 = CB in Hex
---
--> 12*16 + 11
= 203