SOLUTION: find three consecutive numbers whose sum is nine greater than the largest number
Algebra
->
Problems-with-consecutive-odd-even-integers
-> SOLUTION: find three consecutive numbers whose sum is nine greater than the largest number
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 655695
:
find three consecutive numbers whose sum is nine greater than the largest number
Answer by
MathDazed(34)
(
Show Source
):
You can
put this solution on YOUR website!
n + (n+1) + (n+2) = (n+2) + 9
3n + 3 = n + 11
2n = 8
n = 4
n+1 = 5
n+2 = 6