document.write( "Question 415126: how to find two cosecutive even integers whose product is 168?\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #291074 by mananth(16949) You can put this solution on YOUR website! x(x+2)=168 \n" ); document.write( "x^2+2x-168=0 \n" ); document.write( "x^2+14x-12x-168=0 \n" ); document.write( "x(x+14)-12(x+14)=0 \n" ); document.write( "(x-12)(x+14)=0 \n" ); document.write( "x= 12 OR -14\r \n" ); document.write( "\n" ); document.write( "12 , 14 \n" ); document.write( "-14,-12 \n" ); document.write( " |