document.write( "Question 917994: The sum of four consecutive intergers is 8 less than 6 times the first interger \n" ); document.write( "
Algebra.Com's Answer #805726 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) = 6x - 8 \n" ); document.write( "4x + 6 = 6x - 8 \n" ); document.write( "14 = 2x \n" ); document.write( "x = 7\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The integers are 7, 8, 9, and 10. \n" ); document.write( " |