document.write( "Question 722877: find 3 consecutive integers such that the sum of the second and the third is 3 times the first \n" ); document.write( "
Algebra.Com's Answer #806426 by CubeyThePenguin(3113) You can put this solution on YOUR website! consecutive integers: (x-1), x, (x+1)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x + (x+1) = 3(x-1) \n" ); document.write( "2x + 1 = 3x - 3 \n" ); document.write( "4 = x\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "integers: 3, 4, 5 \n" ); document.write( " |