find the three consecutive even integers such that three times the first equals the sum of the other two

1 answer

let the 3 numbers be
x, x+1, and x+2

3x = x+1 + x+2
3x = 2x+3
x = 3

Finish it up, and check my answer to see if it meets the given conditions