SOLUTION: find three consecutive odd integers such that the sum of the least integer and the greatest integer is 13 more than the middle integer.
Algebra
->
Problems-with-consecutive-odd-even-integers
-> SOLUTION: find three consecutive odd integers such that the sum of the least integer and the greatest integer is 13 more than the middle integer.
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 969812
:
find three consecutive odd integers such that the sum of the least integer and the greatest integer is 13 more than the middle integer.
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+2) = x + 13
2x = x + 13
x = 13
The integers are 11, 13 and 15.