Problema Solution
List three consecutive ODD integers such that twice the sum of the first and the second is equal to four times the sum of the second and the third.
Answer provided by our tutors
We assume three consecutive ODD integers are x+2, x, x-2
So the equation is
2(x+2+x) = 4(x+x-2)
We solve it
x =3
So three consecutive ODD integers are 5, 3, 1