document.write( "Question 339851: Find three consecutive integers whose sum is -33. \n" ); document.write( "
Algebra.Com's Answer #243506 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! Find three consecutive integers whose sum is -33. \n" ); document.write( ". \n" ); document.write( "Let x = 1st integer \n" ); document.write( "then \n" ); document.write( "x+1 = 2nd integer \n" ); document.write( "x+2 = 3rd integer \n" ); document.write( ". \n" ); document.write( "x + x+1 + x+2 = -33 \n" ); document.write( "3x + 3 = -33 \n" ); document.write( "3x = -36 \n" ); document.write( "x = -12 (first integer) \n" ); document.write( "x+1 = -11 (2nd integer) \n" ); document.write( "x+2 = -10 (3rd integer) \n" ); document.write( ". \n" ); document.write( "The three integers are: -12, -11 and -10 \n" ); document.write( " |