document.write( "Question 349515: Write down the equation described in these word problems. Don't solve the problem. Just write down the equation.
\n" );
document.write( " #18 Eight times the sum of two and some number is 120
\n" );
document.write( " #19 The product of 10, and a number decreased by 5, is 200.
\n" );
document.write( " #20 Twelve subtracted by twice a number is four less than the same number
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #249793 by mananth(16946)![]() ![]() You can put this solution on YOUR website! Eight times the sum of two and some number is 120 \n" ); document.write( "8(n+2)=120 \n" ); document.write( " The product of 10, and a number decreased by 5, is 200. \n" ); document.write( "10n-5 =200 \n" ); document.write( " Twelve subtracted by twice a number is four less than the same number \n" ); document.write( "2n-12 = n-4 \n" ); document.write( " |