document.write( "Question 1189161: Translate into a mathematical sentence/expression.
\n" );
document.write( "1. The sum of three consecutive numbers is equal to the smallest number multiplied by 4 \n" );
document.write( "
Algebra.Com's Answer #820417 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Translate into a mathematical sentence/expression. \n" ); document.write( "1. The sum of three consecutive numbers is equal to the smallest number multiplied by 4 \n" ); document.write( "let x = the smallest number \n" ); document.write( ": \n" ); document.write( "x + (x+1) + (x+2) = 4x \n" ); document.write( "simplify \n" ); document.write( "3x + 3 = 4x \n" ); document.write( "Can solve \n" ); document.write( "3 = 4x - 3x \n" ); document.write( "x = 3 \n" ); document.write( " |