document.write( "Question 1124180: How would you convert the binary number 11001011 when written in base ten? \n" ); document.write( "
Algebra.Com's Answer #740559 by Alan3354(69443)\"\" \"About 
You can put this solution on YOUR website!
How would you convert the binary number 11001011 when written in base ten?
\n" ); document.write( "----
\n" ); document.write( "I would first change to Hexadecimal.
\n" ); document.write( "1100 1011 = CB in Hex
\n" ); document.write( "---
\n" ); document.write( "--> 12*16 + 11
\n" ); document.write( "= 203
\n" ); document.write( "
\n" );