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

x, x+2, x+4

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

3x +10 =4x

x=10

 

the integers are 10, 12, 14