document.write( "Question 899904: what does this question mean find three consecutive numbers such that three times the middle number is 12 more than the sum of the other two numbers[hint.let the three nubers be x,x+1,etc.]\r
\n" );
document.write( "\n" );
document.write( "the topic is solving problems with eqations \n" );
document.write( "
Algebra.Com's Answer #545663 by ewatrrr(24785) You can put this solution on YOUR website! three nubers be x,x+1, x+2 \n" ); document.write( "3(x+1) = (x + (x+2))+12 \n" ); document.write( " x = 11 \n" ); document.write( "three consecutive numbers are: 11, 12, 13 \n" ); document.write( "And... \n" ); document.write( "36 = 24 +12 \n" ); document.write( " \n" ); document.write( " |