document.write( "Question 813818: Find three consecutive numbers even integers such that three times the first plus six times the second is equal to ten times the second. \n" ); document.write( "
Algebra.Com's Answer #806011 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) + 6x = 10x \n" ); document.write( "3x - 6 + 6x = 10x \n" ); document.write( "9x - 6 = 10x \n" ); document.write( "-6 = x\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The integers are -8, -6, and -4. \n" ); document.write( " |