Question 1022725
Find three consecutive odd integers such that four times the middle integer is two more than the sum of the first and third.
---------
Use n-2, n, and n+2
---
4n = (n-2) + (n+2) + 2
4n = 2n + 2
n = 1
--> -1, 1, 3