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) (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