SOLUTION: Find two consecutive even intergers such that their sum is equal to the difference of three times the larger and two times the smaller

Algebra ->  Problems-with-consecutive-odd-even-integers -> SOLUTION: Find two consecutive even intergers such that their sum is equal to the difference of three times the larger and two times the smaller       Log On


   



Question 900871: Find two consecutive even intergers such that their sum is equal to the difference of three times the larger and two times the smaller
Answer by dkppathak(439) About Me  (Show Source):
You can put this solution on YOUR website!
Find two consecutive even intergers such that their sum is equal to the difference of three times the larger and two times the smaller
let first consecutive integer is X and other is X+2
as per given conditions
x+x+2=3(x+2)-2x
2x+2=3x+6-2x
2x+2=X+6
X=4
first even consecutive is 4 and other is 6