document.write( "Question 963820: What is the smallest of 3 consecutive positive even integers if the product of the smaller two integers is equivalent to the product of 4 and the middle integer \n" ); document.write( "
Algebra.Com's Answer #805544 by CubeyThePenguin(3113)![]() ![]() You can put this solution on YOUR website! consecutive positive even integers: (x-2), x, (x+2)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(x-2)(x) = 4x \n" ); document.write( "x^2 - 2x = 4x \n" ); document.write( "x^2 - 6x = 0 \n" ); document.write( "x(x-6) = 0\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x is positive, so x = 6\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The three integers are 4, 6, and 8. \n" ); document.write( " |