You can put this solution on YOUR website! Please solve
2x=x^2-2
----------------
x^2 - 2x -2 = 0
---
Use the quadratic formula:
x = [-2 +- sqrt(4 - 4*1*-2)]/2
---
x = [-2 +- sqrt(12)]/2
---
x = [-1 +- sqrt(3)]
x = -1+sqrt(3) or x = -1-sqrt(3)
======================================
Cheers,
Stan H.