document.write( "Question 125486: The sum of 4 consecutive integers is one more than the third. Find the integers \n" ); document.write( "
Algebra.Com's Answer #91928 by solver91311(24713)![]() ![]() You can put this solution on YOUR website! If the first integer is x, then the second must be x + 1, the third x + 2, and the fourth x + 3. Their sum must then be \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Removing the parentheses and collecting terms gets us to: \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Add -x to both sides and add -6 to both sides: \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Divide by 3 \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Therefore the integers are -1, 0, 1, and 2.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Check: -1 + 0 + 1 + 2 = 2, so the sum of the integers is 2. \n" ); document.write( "The third is 1, and one more than that is 2. Answer checks. \n" ); document.write( " |