document.write( "Question 99861: Find two consecutive integers such that the sum of the smaller and three times the larger is 39.\r
\n" );
document.write( "\n" );
document.write( "and
\n" );
document.write( "Find four consecutive integers whose sum is 72. \n" );
document.write( "
Algebra.Com's Answer #72690 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Find two consecutive integers such that the sum of the smaller and three times the larger is 39. \n" ); document.write( "EQUATION: \n" ); document.write( "x + 3(x+1) = 39 \n" ); document.write( "4x+3 = 39 \n" ); document.write( "4x=36 \n" ); document.write( "x = 9 \n" ); document.write( "x+1 = 10 \n" ); document.write( "==================== \n" ); document.write( " \n" ); document.write( "and \n" ); document.write( "Find four consecutive integers whose sum is 72. \n" ); document.write( "EQUATION: \n" ); document.write( "x + (x+1) + (x+2) + (x+3) = 72 \n" ); document.write( "4x + 6 = 72 \n" ); document.write( "4x = 68 \n" ); document.write( " x = 17 \n" ); document.write( "x+1 = 18 \n" ); document.write( "x+2 = 19 \n" ); document.write( "x+3 + 20 \n" ); document.write( "============= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |