document.write( "Question 232327: find three consecutive integers such that the sum of the first and the third is 40.? \n" ); document.write( "
Algebra.Com's Answer #171721 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! find three consecutive integers such that \n" ); document.write( "the sum of the first and the third is 40.? \n" ); document.write( "------------------ \n" ); document.write( "1st: x-1 \n" ); document.write( "2nd: x \n" ); document.write( "3rd: x+1 \n" ); document.write( "------------- \n" ); document.write( "Equation: \n" ); document.write( "x-1+x+1 = 40 \n" ); document.write( "2x = 40 \n" ); document.write( "x = 20 \n" ); document.write( "--------------- \n" ); document.write( "1st: 19 \n" ); document.write( "2nd: 20 \n" ); document.write( "3rd: 21 \n" ); document.write( "=============== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |