document.write( "Question 944460: find the roots of z^2+2z+10=0 \n" ); document.write( "
Algebra.Com's Answer #575868 by etutorworld(19)![]() ![]() You can put this solution on YOUR website! To find the roots of z^2+2z+10=0 we can use Quadratic Formula \r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( "\n" ); document.write( "From the given equation we see that a =1, b = 2 and c =10\r \n" ); document.write( "\n" ); document.write( " z = (-2 + - sqrt(4-40))/ 2.1\r \n" ); document.write( "\n" ); document.write( " = ( -2 + - sqrt(-36))/ 2 \n" ); document.write( " \n" ); document.write( " = ( -2 + - 6i )/2\r \n" ); document.write( "\n" ); document.write( "The given equation has Complex Roots which are \r \n" ); document.write( "\n" ); document.write( " = ( -1 + 3i ), (-1 - 3i) [Answer] \n" ); document.write( " |