You can put this solution on YOUR website! Ok we need to find three consecutive intergers.
Lets call the smallest interger x
So if the other two intergers are consecutive then
the second integer equals x+1
and the last interger equals x+2
Given: the sum of three consecutive intergers is -240
Now write and equation to express this and solve for x:
(x)+(x+1)+(x+2) = -240
x+x+1+x+2 = -240
3x + 3 = -240
3x = -243
x = -81
use this to find the other intergers
second interger = x+1
second interger = -81+1
second interger = -80
----------------------
third interger = x+2
third interger = -81+2
third interger = -79 Answer: the intergers are -81, -80, -79
Check answers:
The three intergers should add up to -240
(-81)+(-80)+(-79) = -240
-240 = -240