document.write( "Question 807141: The product of two positive consecutive integers is 24 more than nine times the larger integer. Find the integers. \n" ); document.write( "
Algebra.Com's Answer #806043 by CubeyThePenguin(3113)\"\" \"About 
You can put this solution on YOUR website!
consecutive integers: x, (x+1)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "x(x+1) = 24 + 9(x+1)
\n" ); document.write( "x^2 + x = 9x + 33
\n" ); document.write( "x^2 - 8x - 33 = 0
\n" ); document.write( "(x - 11)(x + 3) = 0
\n" ); document.write( "x = 11, x = -3\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "x has to be positive, so the integers are 11 and 12.
\n" ); document.write( "
\n" );