You can put this solution on YOUR website! Find the natural number which when added to its square gives a times the next natural number ?
.
Let x = the natural number
then
x+1 = next natural number
.
x^2 + x = x+1
x^2 = 1
x = {-1, 1}
.
Tossing out the negative number:
x = 1