SOLUTION: Find three consecutive even numbers such that the sum of the first and third number equals the second number plus 20

Algebra ->  Problems-with-consecutive-odd-even-integers -> SOLUTION: Find three consecutive even numbers such that the sum of the first and third number equals the second number plus 20      Log On


   



Question 1045852: Find three consecutive even numbers such that the sum of the first and third number equals the second number plus 20
Answer by Alan3354(69443) About Me  (Show Source):
You can put this solution on YOUR website!
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