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
Algebra: Unit Conversion
Section
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Click here to see ALL problems on Reduction-of-unit-multipliers
Question 1124180
:
How would you convert the binary number 11001011 when written in base ten?
Answer by
Alan3354(69443)
(
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