document.write( "Question 1014219: The product of two consecutive even
\n" );
document.write( "natural numbers is 120.
\n" );
document.write( "Find the numbers. \n" );
document.write( "
Algebra.Com's Answer #630540 by Edwin McCravy(20063) You can put this solution on YOUR website! The product of two consecutive even \n" ); document.write( "natural numbers is 120. \n" ); document.write( "Find the numbers. \n" ); document.write( " \r\n" ); document.write( "In problems like this, sometimes you can just guess them. \r\n" ); document.write( "But if you can't, then do it this way:\r\n" ); document.write( "\r\n" ); document.write( "x = first even integer\r\n" ); document.write( "x+2 = second even integer\r\n" ); document.write( "\r\n" ); document.write( "x(x+2) = 120\r\n" ); document.write( "\r\n" ); document.write( "x² + 2x = 120\r\n" ); document.write( "\r\n" ); document.write( "x² + 2x - 120 = 0\r\n" ); document.write( "\r\n" ); document.write( "\n" ); document.write( " |