document.write( "Question 1106481: Find two consecutive odd integers such that their product is 119 more than 7 times their sum. \n" ); document.write( "
Algebra.Com's Answer #721457 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
x and x+2 are the integers
\n" ); document.write( "x(x+2)=7(x+x+2)+119
\n" ); document.write( "x^2+2x=7(2x+2)+119=14x+133
\n" ); document.write( "x^2-12x-133=0
\n" ); document.write( "(x-19)(x+7)=0
\n" ); document.write( "x=19, x+2=21
\n" ); document.write( "(19 and 21) sum is 40 product is 399, which is 119 more than 280. ANSWER
\n" ); document.write( "also
\n" ); document.write( "x=-7, x+2=-5
\n" ); document.write( "(-7 and -5), sum is -12 and product is 35. That is 119 more than -84, 7 times their sum. ANSWER
\n" ); document.write( "
\n" ); document.write( "
\n" );