document.write( "Question 88230: Hi, \r
\n" );
document.write( "\n" );
document.write( "I can't seem to solve this problem...I have to find two consecutive, positive, even integers that the product of is 360. The original problem reads just like this: \"The product of two consecutive positive even integers is 360. Find the integers.\" \r
\n" );
document.write( "\n" );
document.write( "Any help you can give me would be excellent! Thank you guys so, so, so much!! \n" );
document.write( "
Algebra.Com's Answer #64082 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The product of two consecutive positive even integers is 360. Find the integers. \n" ); document.write( "------------- \n" ); document.write( "Let the even integers be (2x) and (2x+2) \n" ); document.write( "(2x)(2x+2) = 360 \n" ); document.write( "4x(x+1) = 360 \n" ); document.write( "x(x+1) = 90 \n" ); document.write( "x^2+x-90=0 \n" ); document.write( "(x+10)(x-9) = 0 \n" ); document.write( "x=-10 or x=9 \n" ); document.write( "----------- \n" ); document.write( "Positive means x=9 \n" ); document.write( "2x = 18 (1st even integer) \n" ); document.write( "2x+2 = 20 (2nd even integer) \n" ); document.write( "============== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |