You can put this solution on YOUR website! x2-6x+2=0 :: solve using quadratic formula
-----
Formula: x = [-b +- sqrt(b^2-4ac)]/(2a)
-----
Your Problem:: a = 1 ; b = -6 ; c = 2
-------
Ans:: x = [6 +- sqrt(36-4*1*2)]/(2)
x = [6 +- sqrt(28)]/2
---
x = [6 +- 2sqrt(7)]/2
-----
x = 3+sqrt(7) or x = 3 - sqrt(7)
------------
Cheers,
Stan H.
----------