document.write( "Question 48351: The product of two consecutive positive even integers is 360. Find the integers.\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "Thanks \n" );
document.write( "
Algebra.Com's Answer #31985 by venugopalramana(3286)![]() ![]() You can put this solution on YOUR website! The product of two consecutive positive even integers is 360. Find the integers. \n" ); document.write( "LET ANY EVEN INTEGER=2N...NEXT EVEN INTEGER =2N+2 \n" ); document.write( "2N(2N+2)=360 \n" ); document.write( "N(N+1)=90 \n" ); document.write( "N^2+N-90=0 \n" ); document.write( "(N+10)(N-9)=0 \n" ); document.write( "N=9 \n" ); document.write( "THE 2 EVEN INTEGERS ARE 2*9=18 AND 20 \n" ); document.write( " |