SOLUTION: if the sum of 5 consecutive integers is k then what is the sum of the next 3 integers in terms of k?
Algebra
->
Problems-with-consecutive-odd-even-integers
-> SOLUTION: if the sum of 5 consecutive integers is k then what is the sum of the next 3 integers in terms of k?
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 785795
:
if the sum of 5 consecutive integers is k then what is the sum of the next 3 integers in terms of k?
Answer by
CubeyThePenguin(3113)
(
Show Source
):
You can
put this solution on YOUR website!
(x-2) + (x-1) + x + (x+1) + (x+2) = k
5x = k
x = k/5
next 3: (x+3) + (x+4) + (x+5) = 3x + 12 = 3k/5 + 12