document.write( "Question 1000104: Find 3 consecutive integers such that the sum of the first two is 13 less than the third \n" ); document.write( "
Algebra.Com's Answer #617596 by fractalier(6550) You can put this solution on YOUR website! Call the three consecutive integers x, x+1, and x+2. \n" ); document.write( "Thus \n" ); document.write( "x + (x+1) = (x+2)-13 \n" ); document.write( "Now solve... \n" ); document.write( "2x+1=x-11 \n" ); document.write( "x = -12 \n" ); document.write( "Thus the numbers are \n" ); document.write( "-12, -11, and -10. \n" ); document.write( " |