document.write( "Question 137507: The sum of two consecutive even number is 130. Find the product of the two numbers. \n" ); document.write( "
Algebra.Com's Answer #100592 by oscargut(2103)\"\" \"About 
You can put this solution on YOUR website!
if first even number is n then the second is n+2
\n" ); document.write( "n+(n+2)=130
\n" ); document.write( "2n+2=130
\n" ); document.write( "2n=128
\n" ); document.write( "n=64
\n" ); document.write( "numbers are 64 and 66
\n" ); document.write( "so the product is 4224
\n" ); document.write( "
\n" );