document.write( "Question 756599: Convert 11010two to base ten. \n" ); document.write( "
Algebra.Com's Answer #460311 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
Starting at the least significant digit,
\n" ); document.write( "multiply the digit by the place value
\n" ); document.write( "\"+0+%2A+2%5E0+\"
\n" ); document.write( "\"+1+%2A+2%5E1+\"
\n" ); document.write( "\"+0+%2A+2%5E2+\"
\n" ); document.write( "\"+1+%2A+2%5E3+\"
\n" ); document.write( "\"+1+%2A+2%5E4+\"
\n" ); document.write( "-----------
\n" ); document.write( "Take the sum and convert to base \"+10+\"
\n" ); document.write( "\"+2%5E1+%2B+2%5E3+%2B+2%5E4+=+2+%2B+8+%2B+16+\"
\n" ); document.write( "\"++2+%2B+8+%2B+16+=+26+\"
\n" ); document.write( "--------------------
\n" ); document.write( "You can check by doing the following divisions
\n" ); document.write( "and record the remainders
\n" ); document.write( "-------------
\n" ); document.write( "\"+26%2F2+=+13+%2B+0+\"
\n" ); document.write( "\"+13%2F2+=+6+%2B+1+\"
\n" ); document.write( "\"+6%2F2+=+3+%2B+0+\"
\n" ); document.write( "\"+3%2F2+=+1+%2B+1+\"
\n" ); document.write( "write the remainders as:
\n" ); document.write( "\"+11010+\"
\n" ); document.write( "OK
\n" ); document.write( "
\n" );