document.write( "Question 856719: The product of two consecutive odd integers is 57 less than 9 times their sum. Find the two integers. \n" ); document.write( "
Algebra.Com's Answer #806124 by CubeyThePenguin(3113)\"\" \"About 
You can put this solution on YOUR website!
consecutive odd integers: x, (x+1)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "x(x+1) = 9(x + (x+1)) - 57
\n" ); document.write( "x^2 + x = 9(2x+1) - 57
\n" ); document.write( "x^2 + x = 18x - 48
\n" ); document.write( "x^2 - 17x + 48 = 0\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The solutions to this equation are not integers.
\n" ); document.write( "
\n" );