SOLUTION: how doyou sove this question : find two consective integers such that five times the first is 6 more than is four time the second

Algebra ->  Problems-with-consecutive-odd-even-integers -> SOLUTION: how doyou sove this question : find two consective integers such that five times the first is 6 more than is four time the second       Log On


   



Question 1000499: how doyou sove this question : find two consective integers such that five times the first is 6 more than is four time the second
Answer by CubeyThePenguin(3113) About Me  (Show Source):
You can put this solution on YOUR website!
consecutive integers: x, (x+1)

5x = 6 + 4(x+1)
5x = 4x + 10
x = 10

The integers are 10 and 11.