document.write( "Question 131676: find two consecutive even integers whose product is 168. \n" ); document.write( "
Algebra.Com's Answer #96130 by checkley71(8403)![]() ![]() ![]() You can put this solution on YOUR website! x(x+2)=168 \n" ); document.write( "x^2+2x-168=0 \n" ); document.write( "(x-12)(x+14)=0 \n" ); document.write( "x-12=0 \n" ); document.write( "x=12 answer. \n" ); document.write( "x+14=0 \n" ); document.write( "x=-14 answer. \n" ); document.write( " \n" ); document.write( " |