document.write( "Question 859388: How do I break this down:
\n" ); document.write( "Two consecutive negative integers are multiplied together. To this product is added the sum of the integer. If the result equals 41, determine the integers.
\n" ); document.write( "

Algebra.Com's Answer #806208 by CubeyThePenguin(3113)\"\" \"About 
You can put this solution on YOUR website!
x = smallest integer\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "x(x+1) + (x + (x+1)) = 41
\n" ); document.write( "x^2 + x + 2x + 1 = 41
\n" ); document.write( "x^2 + 3x - 40 = 0
\n" ); document.write( "(x + 8)(x - 5) = 0
\n" ); document.write( "x = -8, x = 5\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "x is negative, so the integers are -8 and -7.
\n" ); document.write( "
\n" );