You can put this solution on YOUR website! x^2-5x=-7
---
Rearrange:
x^2-5x+7=0
a = 1 ; b = -5 ; c = 7
---
x = [-b+-sqrt(b^2-4ac)]/(2a)
----
x = [5+-sqrt(25-4*7)]/2
---
x = [5+-sqrt(-3)]/2
----
x = [5+-isqrt(3)]/2
=======================
Cheers,
Stan H.
==============