document.write( "Question 151523: If the product of two consecutive even integers is 34 larger than their sum then what are the two integers? \n" ); document.write( "
Algebra.Com's Answer #111387 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! f the product of two consecutive even integers is 34 larger than their sum then what are the two integers? \n" ); document.write( ": \n" ); document.write( "x(x+2) = x + (x+2) + 34 \n" ); document.write( ": \n" ); document.write( "x^2 + 2x = 2x + 36 \n" ); document.write( ": \n" ); document.write( "x^2 + 2x - 2x - 36 = 0 \n" ); document.write( "; \n" ); document.write( "x^2 - 36 = 0 \n" ); document.write( ": \n" ); document.write( "(x-6)(x+6) \n" ); document.write( "; \n" ); document.write( "x = +6, -6 \n" ); document.write( ": \n" ); document.write( "Integers are 6 & 8, or -6, -4 \n" ); document.write( " |