You can put this solution on YOUR website! Find three consecutive integers whose sum is -33.
.
Let x = 1st integer
then
x+1 = 2nd integer
x+2 = 3rd integer
.
x + x+1 + x+2 = -33
3x + 3 = -33
3x = -36
x = -12 (first integer)
x+1 = -11 (2nd integer)
x+2 = -10 (3rd integer)
.
The three integers are: -12, -11 and -10