document.write( "Question 931372: there are four consecutive integers.Three times the second integer is equivalent to twenty-two more than the forth integer.What is the third integer \n" ); document.write( "
Algebra.Com's Answer #805655 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( "3(x+1) = 22 + (x+3) \n" ); document.write( "3x + 3 = x + 25 \n" ); document.write( "2x = 22 \n" ); document.write( "x = 11\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "third integer = (x+2) = 13 \n" ); document.write( " |