Answer: The three consecutive even numbers are 22, 24, 26
22+24+26 = 72
========================================================
Explanation:
For example, if x = 12, then we'd have x+2 = 12+2 = 14 and x+4 = 14+4 = 18.
However 12+14+18 = 44 is not 72 like we want.
You can guess-and-check your way to the answer, but a faster efficient route is to use algebra. Add up those x expressions and set the sum equal to 72 and solve.
(first) + (second) + (third) = 72
(x) + (x+2) + (x+4) = 72
3x+6 = 72
3x = 72-6
3x = 66
x = 66/3
x = 22
So we have,
As a check: 22+24+26 = 72 which verifies the answers.