You can put this solution on YOUR website! Sting has a secret number. Five plus twice the number equals the square of the number.
-----
Equation:
5 + 2x = x^2
----
x^2 - 2x - 5 = 0
-----
x = [2 +- sqrt(4-4*-5)]/2
---
x = [2+- 2sqrt(6)]/2
----
x = 1 +- sqrt(6)
=======================
Cheers,
Stan H.
-------------------