2, 4, 6, 8, ...
Note, the difference between consecutive integers for evens (and odds) is two, not one.
Let the first be: n
The second be: n + 2 (remember, going up in two)
The third be: n + 4
Now let's make our equation,
When the smaller two in the set are added, they are the same as the difference between the largest number in the set tripled and 18.
“The smaller two in the set are added”
That means the sum of the first two terms in the set, or,
n + (n +2)
That is the same as, “The difference between the largest number in the set tripled and 18”
The largest number in the set is n + 4.
So, we have the difference between triple (n + 4) and 18, this will look like,
3(n + 4) - 18,
We are told these two expressions “are the same” which we know means equal, so,
n + (n + 2) = 3(n + 4) - 18
Now we can solve,
Let’s first expand out our brackets,
n + n + 2 = 3(n) + 3(4) - 18
n + n + 2 = 3n + 12 - 18
2n + 2 = 3n - 6
Add 6 to both sides,
2n + 2 + 6 = 3n - 6 + 6
2n + 8 = 3n
Subtract 2n from both sides,
2n + 8 - 2n = 3n - 2n
8 = n
So, we have n= 8, which is our first term,
Our second term, n + 2 is 8 + 2, which is 10
Our third term is n + 4 which is 8 + 4, which is 12
So, our three consecutive even terms are, 8, 10, 12.