SOLUTION: Find three consecutive odd integers for which the sum of the largest two is five more than three times the smallest
Algebra
->
Problems-with-consecutive-odd-even-integers
-> SOLUTION: Find three consecutive odd integers for which the sum of the largest two is five more than three times the smallest
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 966287
:
Find three consecutive odd integers for which the sum of the largest two is five more than three times the smallest
Answer by
CubeyThePenguin(3113)
(
Show Source
):
You can
put this solution on YOUR website!
consecutive odd integers: (x-2), x, (x+2)
x + (x+2) = 5 + 3(x-2)
2x + 2 = 3x - 1
3 = x
The integers are 1, 3, and 5.