Teodora C. answered 09/13/19
Private Tutor
Consecutive even integers follow the following pattern: 2x, 2x + 2, 2x + 4, ... , 2x + n
If you want to find the sum you need to add the first three expressions in the pattern and set it equal to -12 so that you end up with an equation like this:
(2x) + (2x + 2) + (2x + 4) = -12 or 2x + 2x + 2 + 2x + 4 = -12
Then you combine like terms:
6x + 6 = -12
And, solve for the first integer which we can call x1.
To find the second integer (x2), plug in x1 to the second expression in the sequence, 2x +2.
2(x1) + 2 = x2
To find the third integer (x3), plug in x2 to the third expression in the sequence, 2x + 4.
2(x2) + 4 = x3
Check your work by adding the three integers and setting it equal to -12:
x1 + x2 + x3 = -12
So, for example, if I want to find three consecutive even integers with a sum -20, then...
6(x1) + 6 = -20
6(x1) = -26
x1 = -4.333...
2(-4.333...) + 2 = x2
-8.667 + 2 = x2
-6.667 = x2
2(-6.667) + 4 = x3
-13.333... + 4 = x3
-9.333... = x3
x1 + x2 + x3 = -20
* I had to round so it should will not add up to -20 exactly instead it adds up to -20.332
*(-4.333) + (-6.667) + (-9.333) ≅ -20
Hope this helps!