Problema Solution

find three consecutive even integers such that the second plus twice the third is 4 times the first

Answer provided by our tutors

find three consecutive even integers such that the second plus twice the third is 4 times the first

Solution:

The three even integers are x-2, x and x+2

So

x+2(x+2)=4(x-2)

So

x = 12

So the three even integers are 10, 12, 14