document.write( "Question 531454: the sum of three consecutive integers is 1872 \n" ); document.write( "
Algebra.Com's Answer #350458 by oberobic(2304) ![]() You can put this solution on YOUR website! Define 3 consecutive integers as: \n" ); document.write( "x \n" ); document.write( "x+1 \n" ); document.write( "x+2 \n" ); document.write( ". \n" ); document.write( "x +x+1 +x+2 = 1872 \n" ); document.write( "3x + 3 = 1872 \n" ); document.write( "3x = 1869 \n" ); document.write( "x = 623 \n" ); document.write( "x+1 = 624 \n" ); document.write( "x+2 = 625 \n" ); document.write( ". \n" ); document.write( "Answer: The three consecutive integers are 623, 624, and 625. \n" ); document.write( ". \n" ); document.write( "Done. \n" ); document.write( " |