document.write( "Question 803961: the sum of 4 consecutive integers is 13 less than 5 times the smallest integer. what are the integers? \n" ); document.write( "
Algebra.Com's Answer #806062 by CubeyThePenguin(3113)![]() ![]() You can put this solution on YOUR website! consecutive integers: x, (x+1), (x+2), (x+3)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x + (x+1) + (x+2) + (x+3) = 5x - 13 \n" ); document.write( "4x + 6 = 5x - 13 \n" ); document.write( "19 = x\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The integers are 19, 20, 21, and 22. \n" ); document.write( " |