document.write( "Question 376328: FInd two consecutive even integers whose product is 34 more than their sum \n" ); document.write( "
Algebra.Com's Answer #267737 by robertb(5830) You can put this solution on YOUR website! x(x +2) = x + x + 2 +34 \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "x = 6 or x = -6. There are two sets of solutions: {6,8}, or {-6, -4}. \n" ); document.write( " |