document.write( "Question 644101: Find all real and imaginary roots of this equation: x^2-2x+6=0 \n" ); document.write( "
Algebra.Com's Answer #404816 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! Find all real and imaginary roots of this equation: x^2-2x+6=0 \n" ); document.write( "use complete-the-square method: \n" ); document.write( "x^2-2x+6=0 \n" ); document.write( "(x^2-2x+1)=-6+1 \n" ); document.write( "(x-1)^2=-5 \n" ); document.write( "take sqrt of both sides \n" ); document.write( "x-1=±√-5 \n" ); document.write( "x=1±√5i \n" ); document.write( "x=1+√5i \n" ); document.write( "or \n" ); document.write( "x=1-√5i \n" ); document.write( "real roots: none \n" ); document.write( " |