document.write( "Question 36364: find two consecutive even integers whose product is
\n" );
document.write( "288 \n" );
document.write( "
Algebra.Com's Answer #22279 by kirubakaran(5)![]() ![]() ![]() You can put this solution on YOUR website! find two consecutive even integers whose product is \n" ); document.write( "288 \n" ); document.write( "let x and x+2 are the two even intergers\r \n" ); document.write( "\n" ); document.write( " therefore, x (x+2) = 288 ( the product of two integers) \n" ); document.write( " x^2 +2x =288 \n" ); document.write( " x^2+2x-288=0 \n" ); document.write( " \n" ); document.write( "x^2 + 18x -16x -288 =0\r \n" ); document.write( "\n" ); document.write( "x (x+18)-16(x+18)=0\r \n" ); document.write( "\n" ); document.write( "x =18 and x =16 are the the integers \n" ); document.write( " |