document.write( "Question 897549: Find three consecutive integers such that the sun of the largest and 5 times the smallest is -244 \n" ); document.write( "
Algebra.Com's Answer #805807 by CubeyThePenguin(3113)![]() ![]() You can put this solution on YOUR website! consecutive integers: (x-1), x, (x+1)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(x+1) + 5(x-1) = -244 \n" ); document.write( "x+1 + 5x-5 = -244 \n" ); document.write( "6x = -240 \n" ); document.write( "x = -40\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The integers are -41, -40, and -39. \n" ); document.write( " |