document.write( "Question 858097: What are the roots of the equation x^2-2x-1=0 \n" ); document.write( "
Algebra.Com's Answer #517027 by rothauserc(4718)\"\" \"About 
You can put this solution on YOUR website!
use compete the square technique
\n" ); document.write( " x^2-2x-1=0
\n" ); document.write( "x^2 -2x = 1
\n" ); document.write( "x^2 -2x +1 = 1 + 1
\n" ); document.write( "(x-1)^2 = 2
\n" ); document.write( "x-1 = square root(2)
\n" ); document.write( "x = 1 + square root(2)
\n" ); document.write( "
\n" ); document.write( "
\n" );