Question 1045852
Find three consecutive even numbers such that the sum of the first and third number equals the second number plus 20
--------------
Use n-2, n, n+2
---
(n-2) + (n+2) = 2n
2n = n + 20
n = 20