document.write( "Question 352541: Let x be an integer. What is the product of the next two consecutive even integers?
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #251918 by Jk22(389)\"\" \"About 
You can put this solution on YOUR website!
if x even, (x+2)(x+4)
\n" ); document.write( "if x odd, (x+1)(x+3)
\n" ); document.write( "
\n" );