SOLUTION: find four consecutive odd integers whose sum is 8 using an equation
Algebra
->
Problems-with-consecutive-odd-even-integers
-> SOLUTION: find four consecutive odd integers whose sum is 8 using an equation
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 380951
:
find four consecutive odd integers whose sum is 8 using an equation
Answer by
robertb(5830)
(
Show Source
):
You can
put this solution on YOUR website!
let x = least valued odd integer in the list. Then
x+x+2+x+4+x+6 = 8;
4x + 12 = 8;
4x = -4;
x = -1.
Therefore the four consecutive odd integers are -1, 1, 3, 5.