document.write( "Question 624083: Convert the following decimal numbers to binary form:
\n" ); document.write( "73
\n" ); document.write( "800
\n" ); document.write( "2.5
\n" ); document.write( "Thank you!!!
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #392526 by Alan3354(69443)\"\" \"About 
You can put this solution on YOUR website!
Convert the following decimal numbers to binary form:
\n" ); document.write( "73
\n" ); document.write( "73 = 9*8 + 1
\n" ); document.write( "----------
\n" ); document.write( "800 = 25*32
\n" ); document.write( "--> 1100100000b
\n" ); document.write( "2.5
\n" ); document.write( "= 10.1b
\n" ); document.write( "----------
\n" ); document.write( "
\n" );