You can
put this solution on YOUR website!12.Find four consecutive ODD integers such that the third is the sum of the fourth and twice the second?
-----------------
Integers are n, n+2, n+4 and n+6
n+4 = n+6 + 2(n+2)
n+4 = 3n + 10
-2n = 6
n = -3
------
-3, -1, +1, +3