document.write( "Question 738006: Find four consecutive odd integers such that the opposite of the sum of the first two is 4 greater than the product of the fourth and -4. \n" ); document.write( "
Algebra.Com's Answer #806406 by CubeyThePenguin(3113)\"\" \"About 
You can put this solution on YOUR website!
consecutive odd integers: x, (x+2), (x+4), (x+6)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "-(x + (x+2)) = 4 - 4(x+6)
\n" ); document.write( "-(2x + 2) = 4 - 4x - 24
\n" ); document.write( "-2x - 2 = -4x - 20
\n" ); document.write( "2x = -18
\n" ); document.write( "x = -9\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The integers are -9, -7, -5, and -3.
\n" ); document.write( "
\n" );