document.write( "Question 1131468: There are three consecutive integers such that the sum of the first and third is 72. Find the middle integer. \n" ); document.write( "
Algebra.Com's Answer #748146 by addingup(3677)![]() ![]() You can put this solution on YOUR website! x,x+1,x+2 \n" ); document.write( "x + x + 2 = 72 \n" ); document.write( "2x = 70 \n" ); document.write( "x = 35 \n" ); document.write( "The three numbers are 35, 36, 37 and the first plus the third equal 72: \n" ); document.write( "35+37 = 72 Correct \n" ); document.write( " |