document.write( "Question 444811: find two consecutive even integers whose product is 360 \n" ); document.write( "
Algebra.Com's Answer #306535 by mananth(16946)![]() ![]() You can put this solution on YOUR website! x(x+2)=360 \n" ); document.write( "x^2+2x-360=0 \n" ); document.write( "x^2+20x-18x-360=0 \n" ); document.write( "x(x+20)-18(x+20)=0 \n" ); document.write( "(x+20)(x-18)=0 \n" ); document.write( "x=-20 OR 18 \n" ); document.write( "The integers are \n" ); document.write( "-20,-18 \n" ); document.write( "18,20 \n" ); document.write( " |