document.write( "Question 88191: Hi, \r
\n" );
document.write( "\n" );
document.write( "I'm having some difficulty solving this word problem. I've tried several different methods to solving it, and cannot seem to find a solution. Your help is greatly appreciated and I thank you in advance! \r
\n" );
document.write( "\n" );
document.write( "Here is the problem: \r
\n" );
document.write( "\n" );
document.write( "\"The product of two consecutive positive even integers is 360. Find the integers.\" \r
\n" );
document.write( "\n" );
document.write( "Thanks! \n" );
document.write( "
Algebra.Com's Answer #64107 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! consecutive even integers are 2 numbers apart; so if one is x, the other is x+2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x(x+2)=360 ... x^2+2x=360 ... x^2+2x-360=0 ... factoring gives (x-18)(x+20)=0 ... so x=18, and x+2=20 \n" ); document.write( " |