SOLUTION: when the square of an integer is added to ten times the integer, the sum is zero. What is the integer

Algebra ->  Problems-with-consecutive-odd-even-integers -> SOLUTION: when the square of an integer is added to ten times the integer, the sum is zero. What is the integer      Log On


   



Question 962675: when the square of an integer is added to ten times the integer, the sum is zero. What is the integer
Answer by CubeyThePenguin(3113) About Me  (Show Source):
You can put this solution on YOUR website!
integer = x

x^2 + 10x = 0
x(x + 10) = 0

The integer could be 0 or -10.