SOLUTION: Write an expression for sum of five consecutive integers.(let x=smallest of the integers
Algebra
->
Problems-with-consecutive-odd-even-integers
-> SOLUTION: Write an expression for sum of five consecutive integers.(let x=smallest of the integers
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 817758
:
Write an expression for sum of five consecutive integers.(let x=smallest of the integers
Answer by
CubeyThePenguin(3113)
(
Show Source
):
You can
put this solution on YOUR website!
x + (x+1) + (x+2) + (x+3) + (x+4)
= 5x + 10