document.write( "Question 148007: If the product of two consecutive even intergers is 34 larger than their sum, then what are the intergers? \n" ); document.write( "
Algebra.Com's Answer #108395 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! If the product of two consecutive even integers is 34 larger than their sum, then what are the 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( "Factors to: \n" ); document.write( "(x-6)(x+6) = 0 \n" ); document.write( ": \n" ); document.write( "x = +6 \n" ); document.write( "and \n" ); document.write( "x = -6 \n" ); document.write( ": \n" ); document.write( "integers are; 6,8 and -6,-4\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |