document.write( "Question 901995: find two consecutive odd integers such that their product is 107 more than 6 times their sum \n" ); document.write( "
Algebra.Com's Answer #805795 by CubeyThePenguin(3113)\"\" \"About 
You can put this solution on YOUR website!
consecutive odd integers: x, (x+2)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "x(x+2) = 107 + 6(x + (x+2))
\n" ); document.write( "x^2 + 2x = 6(2x+2) + 107
\n" ); document.write( "x^2 + 2x = 12x + 119
\n" ); document.write( "x^2 - 10x - 119 = 0
\n" ); document.write( "(x - 17)(x + 7) = 0\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The integers are -7 and -5 or 17 and 19.
\n" ); document.write( "
\n" );