SOLUTION: find two consecutive even integers such that four times the smaller integer is six more than three times the larger integer

Algebra ->  Problems-with-consecutive-odd-even-integers -> SOLUTION: find two consecutive even integers such that four times the smaller integer is six more than three times the larger integer      Log On


   



Question 818934: find two consecutive even integers such that four times the smaller integer is six more than three times the larger integer
Answer by CubeyThePenguin(3113) About Me  (Show Source):
You can put this solution on YOUR website!
consecutive even integers: x, (x+2)

4x = 6 + 3(x+2)
4x = 3x + 12
x = 12

The integers are 12 and 14.