The sum of a non-zero integer and zero has the same value as the square of the integer. What is the integer?

1 answer

so you have
x+0 = x^2
x^2 - x = 0
x(x-1) = 0
Now finish it off