You can put this solution on YOUR website! The sum of a number and its square is 30. Find the number(s).
-----
Let the number be "x"::
Equation:
x + x^2 = 30
x^2 + x - 30 = 0
---
Factor::
(x-6)(x+5) = 0
----
x = 6 or x = -5
------------------
Cheers,
Stan H.
--------