document.write( "Question 623087: How do you do this:
\n" );
document.write( "14 is 40% of what number? \n" );
document.write( "
Algebra.Com's Answer #391870 by Alan3354(69443) You can put this solution on YOUR website! How do you do this: \n" ); document.write( "14 is 40% of what number? \n" ); document.write( "----------- \n" ); document.write( "14 = 0.4*n \n" ); document.write( "n = 14/0.4 \n" ); document.write( "n = 35 \n" ); document.write( " \n" ); document.write( " |