document.write( "Question 445230: find two consecutive even integers whose product is 80 \n" ); document.write( "
Algebra.Com's Answer #306757 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let the integers be x & x+2 \n" ); document.write( "x(x+2)=80 \n" ); document.write( "x^2+2x-80=0 \n" ); document.write( "x^2+10x-8x-80=0 \n" ); document.write( "x(x+10)-8(x+10)=0 \n" ); document.write( "(x+10)(x-8)=0 \n" ); document.write( "x= 8 OR -10 \n" ); document.write( "The numbers are \n" ); document.write( "8 & 10 \n" ); document.write( "OR \n" ); document.write( "-10,-8 \n" ); document.write( " |