IDNStudy.com, kung saan ang mga eksperto at komunidad ay nagtutulungan para sagutin ang iyong mga tanong. Ang aming komunidad ay nagbibigay ng eksaktong sagot upang matulungan kang maunawaan at malutas ang anumang problema.

Find 5 consecutive integers whose sum is 0.

Sagot :

let x be the first number
    x+1 be the second number
    x+2 be the third number
    x+3 be the fourth number
    x+4 be the fifth number
  x + x + 1 + x + 2 + x + 3 + x + 4 = 0
  5x + 10 = 0
  5x = -10
  x = -2
  x+1 = -1
  x+2 = 0
  x+3 = 1
  x+4 = 2
Therefore, the numbers are -2, -1, 0, 1 and 2.