document.write( "Question 729758: Find Three consecutive odd integers such that twice the product of the second and third is 1 more than the opposite of the first. \n" ); document.write( "
Algebra.Com's Answer #806414 by CubeyThePenguin(3113)\"\" \"About 
You can put this solution on YOUR website!
consecutive odd integers: (x-2), x, (x+2)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "2(x)(x+2) = 1 - (x-2)
\n" ); document.write( "2x^2 + 4x = -x + 3
\n" ); document.write( "2x^2 + 5x - 3 = 0
\n" ); document.write( "(x + 3)(2x - 1) = 0
\n" ); document.write( "x = -3, x = 1/2\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "x is an integer, so the integers are -5, -3, -1.
\n" ); document.write( "
\n" );