document.write( "Question 1123967: A number multiplied by -8, subtracted from the sum of 10 and three times the number
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #740343 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Look at each word or group of words and see how it translates into a mathematical expression. \n" ); document.write( "A number... \n" ); document.write( "x \n" ); document.write( "...multiplied by -8... \n" ); document.write( "x*(-8), or -8x \n" ); document.write( "...subtracted from... \n" ); document.write( "(???) - (-8x) (we don't yet know what the -8x is subtracted from) \n" ); document.write( "...subtracted from the sum of... \n" ); document.write( "(??? + ???) - (-8x) (now we know the -8x is subtracted from the sum of two (or more) things) \n" ); document.write( "...subtracted from the sum of 10 and 3 times the number \n" ); document.write( "(10+3x) - (-8x) (and now we know exactly what sum the -8x is subtracted from \n" ); document.write( "Complete translation: \n" ); document.write( "(10+3x) - (-8x) \n" ); document.write( " |