document.write( "Question 869269: can you answer this question: three times the largest of three consecutive even integers is equal to the sum of the other two \n" ); document.write( "
Algebra.Com's Answer #805867 by CubeyThePenguin(3113) You can put this solution on YOUR website! consecutive even integers: (x-2), x, (x+2)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "3(x+2) = (x-2) + x \n" ); document.write( "3x+6 = 2x-2 \n" ); document.write( "x = -8\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The integers are -10, -8, and -6. \n" ); document.write( " |