document.write( "Question 801418: The product of two consecutive positive even numbers is 16 greater than 16 times of the odd number between them. Find the two even numbers. \n" ); document.write( "
Algebra.Com's Answer #806080 by CubeyThePenguin(3113)\"\" \"About 
You can put this solution on YOUR website!
consecutive positive even integers: x, (x+2)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "x(x+2) = 16 + 16(x+1)
\n" ); document.write( "x^2 + 2x = 16x + 32
\n" ); document.write( "x^2 - 14x - 32 = 0
\n" ); document.write( "(x - 16)(x + 2) = 0
\n" ); document.write( "x = 16, x = -2\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "x is positive, so the integers are 14, 16, and 18.
\n" ); document.write( "
\n" );