document.write( "Question 693152: Find three consecutive even integers such that twice the smallest number is twelve more than the largest number? \n" ); document.write( "
Algebra.Com's Answer #806717 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( "2(x-2) = 12 + (x+2) \n" ); document.write( "2x - 4 = x + 14 \n" ); document.write( "x = 18\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "integers: 16, 18, 20 \n" ); document.write( " |