document.write( "Question 204744: The product of two consecutive even integers is 224. Find the integers.
\n" ); document.write( "Ok so I think it's something like this.
\n" ); document.write( "x = a number
\n" ); document.write( "x+2 = another number\r
\n" ); document.write( "\n" ); document.write( "x(x+2) = 224
\n" ); document.write( "x^2+2x-224=0\r
\n" ); document.write( "\n" ); document.write( "And then you factor that? I have no clue.
\n" ); document.write( "

Algebra.Com's Answer #154521 by lazi(15)\"\" \"About 
You can put this solution on YOUR website!
x^2 + 2x - 224 = 0\r
\n" ); document.write( "\n" ); document.write( "224 = 2 * 2 * 2 * 2 * 2 * 7 = 16 * 14\r
\n" ); document.write( "\n" ); document.write( "(x + 16)(x - 14) = 0\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );