document.write( "Question 1000635: The sum of three consecutive integers is 72. Find three integers. \n" ); document.write( "
Algebra.Com's Answer #617999 by rothauserc(4718) You can put this solution on YOUR website! let i be the first integer, then \n" ); document.write( "i + i+1 + i+2 = 72 \n" ); document.write( "3i + 3 = 72 \n" ); document.write( "3i = 69 \n" ); document.write( "i = 23. therefore \n" ); document.write( "our three integers are 23, 24, 25 \n" ); document.write( " \n" ); document.write( " |