document.write( "Question 197751: Find two consecutive even integers x and x+2 with a product of 80 \n" ); document.write( "
Algebra.Com's Answer #148363 by checkley77(12844)\"\" \"About 
You can put this solution on YOUR website!
x(x+2)=80
\n" ); document.write( "x^2+2x-80=0
\n" ); document.write( "(x+10)(x-8)=0
\n" ); document.write( "x+10=0
\n" ); document.write( "x=-10 ans.
\n" ); document.write( "-10+2=-8 ans
\n" ); document.write( "OR:
\n" ); document.write( "x-8=0
\n" ); document.write( "x=8 ans.
\n" ); document.write( "8+2=10 ans.
\n" ); document.write( "
\n" );