document.write( "Question 328634: Find two consecutive even whole numbers whose product is 224 \n" ); document.write( "
Algebra.Com's Answer #235434 by mananth(16946)\"\" \"About 
You can put this solution on YOUR website!
let he first number be x
\n" ); document.write( "the second will be x+2
\n" ); document.write( "their product = 224
\n" ); document.write( "x(x+2)=224
\n" ); document.write( "x^2+2x=224
\n" ); document.write( "x^2+2x-224=0
\n" ); document.write( "x^2+16x-14x-224=0
\n" ); document.write( "x(x+16)-14(x+16)=0
\n" ); document.write( "(x-14)(x+16)=0
\n" ); document.write( "x=14 OR -16\r
\n" ); document.write( "\n" ); document.write( "the numbers can be 14, 16
\n" ); document.write( "or
\n" ); document.write( "-16, -14
\n" ); document.write( "
\n" );