You can put this solution on YOUR website! Three consecutive integers can be represented as n and n+1 and n+2.
.
The sum of these three numbers is:
.
n + n+1 + n+2
.
and if you collect the common terms you get:
.
3n + 3
.
This sum is to equal -15, so let's form the equation:
.
3n + 3 = -15
.
Get rid of the +3 on the left side by adding -3 to both sides. On the left side the +3 and the added -3 cancel each other and on the right side the -15 and -3 combine to -18. So the equation becomes:
.
3n = -18
.
solve for n by dividing both sides by 3 to get:
.
n = -18/3 = -6
.
So the three numbers of n, n+1, and n+2 are -6, -5, and -4. The smallest of these is -6 since it is the left-most number on the number line. The answer is -6.
.
Hope this helps you to understand the problem.