Find the three consecutive even integer if four times the first integer minus the third is 2 times the second integer plus 6.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Let:
x - first even integer
x+2 - second even integer
x+4 - third even integer
Equating this 3 based on the problem
4 ( x ) + ( x + 4 ) = 2 ( x + 2 ) + 6 4 x − x − 4 = 2 x + 4 + 6 x = 1 4 x + 2 = 1 6 x + 4 = 1 8