SOLUTION: Find three consecutive integers in which four times the sum of the first two is the same as six times the third

Algebra ->  Problems-with-consecutive-odd-even-integers -> SOLUTION: Find three consecutive integers in which four times the sum of the first two is the same as six times the third      Log On


   



Question 620170: Find three consecutive integers in which four times the sum of the first two is the same as six times the third
Answer by ewatrrr(24785) About Me  (Show Source):
You can put this solution on YOUR website!
 
Hi,
Find three consecutive integershighlight%28x%29, highlight%28x%2B1%29, highlight%28x%2B2%29
in which four times the sum of the first two is the same as six times the third
4[ x + (x+1)] = 6(x+2)***
4(2x+1) = 6(x+2)
8x + 4 = 6x + 12
2x = 8
x = 4 Integers are 4,5,6
CHECKING our Answer***
4(9) = 6(6) = 36