document.write( "Question 937790: The product of two consecutive integers is 2less than the square of the lesser integer. Find the greater of the two integers.
\n" );
document.write( "The greater of the two integers is?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #571247 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! The two consecutive integers: x, (x+1) \n" ); document.write( ": \n" ); document.write( "The product of two consecutive integers is 2less than the square of the lesser integer. \n" ); document.write( "x(x+1) = x^2 - 2 \n" ); document.write( "x^2 + x = x^2 - 2 \n" ); document.write( "x^2 - x^2 + x = -2 \n" ); document.write( "x = -2 \n" ); document.write( "Find the greater of the two integers. \n" ); document.write( "-2 + 1 = -1, is the greater \n" ); document.write( " \n" ); document.write( " |