document.write( "Question 944992: The product of two consecutive even integers is 126 greater than three times the larger number. What are the two numbers? \n" ); document.write( "
Algebra.Com's Answer #805608 by CubeyThePenguin(3113)![]() ![]() You can put this solution on YOUR website! consecutive even integers: x, (x+2)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x(x+2) = 126 + 3(x+2) \n" ); document.write( "x^2 + 2x = 3x + 132 \n" ); document.write( "x^2 - x - 132 = 0 \n" ); document.write( "(x - 12)(x + 11) = 0\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The integers are even, so the two numbers are 12 and 14. \n" ); document.write( " |