Question 56577
On my worksheet there is a problem that tells us to 'Find four consecutive odd integers whose sum is 8.
My teacher has taught us basically this way:
x= 1st number 
This is right, but if you add 3 to an odd number you will get an even number
You should have:
x+2 = 2nd number
x+4 = 3rd number
x+6 = 4th number
:
The sum is then; x + (x+2) + (x+4) + (x+6)
:
4x + 12 = 8
     4x = 8 - 12
     4x = -4
      x = -1
:
2nd number: -1 + 2 = +1
3rd number: -1 + 4 = +3
4th number: -1 + 6 = +5
:
our 4 numbers -1 + 1 + 3 + 5 = + 8