SOLUTION: find three consecutive odd integers such that the sum of the smaller two is three times the largest increased by seven
Algebra
->
Problems-with-consecutive-odd-even-integers
-> SOLUTION: find three consecutive odd integers such that the sum of the smaller two is three times the largest increased by seven
Log On
Word Problems: Problems with consecutive odd even integers
Word
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Click here to see ALL problems on Problems-with-consecutive-odd-even-integers
Question 922599
:
find three consecutive odd integers such that the sum of the smaller two is three times the largest increased by seven
Answer by
CubeyThePenguin(3113)
(
Show Source
):
You can
put this solution on YOUR website!
consecutive odd integers: (x-2), x, (x+2)
(x-2) + x = 3(x+2) + 7
2x - 2 = 3x + 13
-15 = x
The integers are -17, -15, and -13.