SOLUTION: write the sum of 5 consecutive even numbers if the number is n simplify your answer
Algebra
->
Problems-with-consecutive-odd-even-integers
-> SOLUTION: write the sum of 5 consecutive even numbers if the number is n simplify your answer
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 504106
:
write the sum of 5 consecutive even numbers if the number is n simplify your answer
Answer by
oberobic(2304)
(
Show Source
):
You can
put this solution on YOUR website!
Five consecutive even numbers can be defined as:
n
n+2 (it's +2 to skip the odd number that = n+1)
n+4
n+6
n+8
.
sum: 5n + 20
.
simplify: 5(n+4)
.
Done.