SOLUTION: when the smaller of two consecutive integers is added to three times the larger, the result is 23. Find the integers.

Algebra ->  Problems-with-consecutive-odd-even-integers -> SOLUTION: when the smaller of two consecutive integers is added to three times the larger, the result is 23. Find the integers.       Log On


   



Question 712274: when the smaller of two consecutive integers is added to three times the larger, the result is 23. Find the integers.
Answer by CubeyThePenguin(3113) About Me  (Show Source):
You can put this solution on YOUR website!
consecutive integers: x, (x+1)

2x + 3(x+1) = 23
2x + 3x + 3 = 23
5x = 20
x = 4

integers: 4, 5