You can put this solution on YOUR website! Use the quadratic formula to solve
x^2-x=-9
---
x^2-x+9 = 0
a = 1 ; b = -1 ; c = 9
-------
x = [1 +- sqrt(1-4*9)]/2
---
x = [1 +- sqrt(-35)]/2
----
x = [1 +- isqrt(35)]/2
==========================
Cheers,
Stan H.