document.write( "Question 329786: Solve the quadratic equation:\r
\n" );
document.write( "\n" );
document.write( "(x-1)^2+49=0 \n" );
document.write( "
Algebra.Com's Answer #236372 by mananth(16946) You can put this solution on YOUR website! (x-1)^2+49=0 \n" ); document.write( ".. \n" ); document.write( "x^2-2x+1+49=0 \n" ); document.write( "x^2-2x+50=0 \n" ); document.write( "Using the quadriatic formula \n" ); document.write( "we find the roots x1,x2. \n" ); document.write( "a=1, b=-2,c=50 \n" ); document.write( "x1=(2+sqrt(4-200))/2 \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( "They are complex roots \n" ); document.write( " |