SOLUTION: Find three consecutive even integers such that twice the sum of the first and third is four more than three times the second.

Algebra ->  Problems-with-consecutive-odd-even-integers -> SOLUTION: Find three consecutive even integers such that twice the sum of the first and third is four more than three times the second.      Log On


   



Question 423753: Find three consecutive even integers such that twice the sum of the first and third is four more than three times the second.
Answer by mananth(16946) About Me  (Show Source):
You can put this solution on YOUR website!
let the numbers be x, x+2,x+4
..
2(x+x+4)=4+3(x+2)
2(2x+4)=4+3x+6
4x+8=3x+10
4x-3x=10-8
x=2
2, 4, 6 are the numbers