document.write( "Question 77397: Convert the numeral 1011 base 2 to base 10\r
\n" );
document.write( "\n" );
document.write( "I got 7 for the answer is this right? \n" );
document.write( "
Algebra.Com's Answer #55516 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Convert the numeral 1011 base 2 to base 10 \n" ); document.write( "---------- \n" ); document.write( "=1*2^3 + 0*2^2 + 1*2^1 + 1*2*0\r \n" ); document.write( "\n" ); document.write( "= 8 + 0 + 2 + 1\r \n" ); document.write( "\n" ); document.write( "= 11 (base 10) \n" ); document.write( "========== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |