SOLUTION: sum of four consecutive odd integers is three more than five times the least of integers

Algebra ->  Problems-with-consecutive-odd-even-integers -> SOLUTION: sum of four consecutive odd integers is three more than five times the least of integers      Log On


   



Question 911067: sum of four consecutive odd integers is three more than five times the least of integers
Answer by CubeyThePenguin(3113) About Me  (Show Source):
You can put this solution on YOUR website!
consecutive integers: x, (x+2), (x+4), (x+6)

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

The integers are 9, 11, 13, and 15.