Question 1171611
.
<pre>

The problem says that

    n^2 = n + 90


Simplify and solve

    n^2 - n - 90 = 0

    (n-10)*(n+9) = 0.


There are two answers:  n= 10  (positive)  and  n= -9 (negative).


Both satisfy the problem's description.
</pre>

Solved.