document.write( "Question 473374: Find three consecutive even integers such that the product of the first and second is four less than the square of the third. \n" ); document.write( "
Algebra.Com's Answer #324622 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Find three consecutive even integers such that the product of the first and second is four less than the square of the third. \n" ); document.write( "--- \n" ); document.write( "1st: 2x-2 \n" ); document.write( "2nd: 2x \n" ); document.write( "3rd: 2x+2 \n" ); document.write( "------------------- \n" ); document.write( "Equation: \n" ); document.write( "(2x-2)(2x) = (2x+2)^2-4 \n" ); document.write( "--- \n" ); document.write( "4x^2-4x = 4x^2 + 8x + 4 -4 \n" ); document.write( "---- \n" ); document.write( "12x = 0 \n" ); document.write( "x = 0 \n" ); document.write( "--- \n" ); document.write( "1st: 2*0-2 = -2 \n" ); document.write( "2nd: 2x = 0 \n" ); document.write( "3rd: 2x+2 = 2 \n" ); document.write( "=================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "=================== \n" ); document.write( " |