SOLUTION: find four consecutive odd numbers such that four times the second is decrteased by twice the fourth is 78.

Algebra ->  Problems-with-consecutive-odd-even-integers -> SOLUTION: find four consecutive odd numbers such that four times the second is decrteased by twice the fourth is 78.       Log On


   



Question 894069: find four consecutive odd numbers such that four times the second is decrteased by twice the fourth is 78.
Answer by CubeyThePenguin(3113) About Me  (Show Source):
You can put this solution on YOUR website!
consecutive odd numbers: x, (x+2), (x+4), (x+6)

4(x+2) - 2(x+6) = 78
4x+8 - 2x-12 = 78
2x = 82
x = 41

The integers are 41, 43, 45, and 47.