You can put this solution on YOUR website! The two consecutive even numbers can be defined as: x and x+2.
.
x*(x+2) = 224
.
x^2 +2x -224 = 0
.
factor
.
(x+16)(x-14) = 0
.
x = -16 or 14
.
So the two consecutive even integers are either 14 and 16 or -14 and -16.
.
Done.