document.write( "Question 771358: The product of 2 consecutive even integers is five thousand, one hundred two more than nine times their sum. What are the two integers? \n" ); document.write( "
Algebra.Com's Answer #470145 by Alan3354(69443)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "n(n+2) = 5102 + 9*(n+n+2)
\n" ); document.write( "n^2+2n = 18n+5120
\n" ); document.write( "n^2-16n -5120 = 0
\n" ); document.write( "(n - 80)*(n + 64) = 0
\n" ); document.write( "--> 80 & 82
\n" ); document.write( "--> -64 & -62
\n" ); document.write( "
\n" );