document.write( "Question 1004382: Find three consecutive integers such that the sum of the largest and 5 times the smallest is -244. \n" ); document.write( "
Algebra.Com's Answer #620874 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Call the first one x. The next two are x+1 and x+2. Then we have \n" ); document.write( "(x+2) + 5x = -244 \n" ); document.write( "6x + 2 = -244 \n" ); document.write( "6x = -246 \n" ); document.write( "x = -41 \n" ); document.write( "The numbers are then \n" ); document.write( "-41, -40, and -39. \n" ); document.write( " |