document.write( "Question 920662: find four consecutive integers such that the sum of the second and the fourth is seventeen less than thrice the first. \n" ); document.write( "
Algebra.Com's Answer #805769 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+1) + (x+3) = 3x - 17 \n" ); document.write( "2x + 4 = 3x - 17 \n" ); document.write( "21 = x\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The integers are 21, 22, 23, and 24. \n" ); document.write( " |