SOLUTION: Find three consecutive integers such that the sum of the second and third exceeds 1/2 of the first by 33.
Algebra
->
Problems-with-consecutive-odd-even-integers
-> SOLUTION: Find three consecutive integers such that the sum of the second and third exceeds 1/2 of the first by 33.
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 966020
:
Find three consecutive integers such that the sum of the second and third exceeds 1/2 of the first by 33.
Answer by
CubeyThePenguin(3113)
(
Show Source
):
You can
put this solution on YOUR website!
consecutive integers: (x-1), x, (x+1)
x + (x+1) = 1/2 * (x-1) + 33
2x + 1 = 1/2 * (x-1) + 33
4x + 2 = (x-1) + 66
4x + 2 = x + 65
3x = 63
x = 21
The numbers are 20, 21, and 22.