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