document.write( "Question 1162235: The product of two consecutive integers is 10920. Determine a quadratic model that would allow you to determine the two integers.
\n" );
document.write( "Do not solve. \n" );
document.write( "
Algebra.Com's Answer #785977 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! The product of two consecutive integers is 10920. \n" ); document.write( "x * (x+1) = 10920 \n" ); document.write( " Determine a quadratic model that would allow you to determine the two integers. \n" ); document.write( "x^2 + x - 10920 = 0 \n" ); document.write( " |