document.write( "Question 234850: I am just not understanding these type of problems. For this problem I need to use the discriminate to determine the number of solutions of the quadratic equation, and whether the solutions are real or complex. It is not necessary to find the roots; just determine the number and types of solutions.\r
\n" );
document.write( "\n" );
document.write( "z^2+z+1=0 \n" );
document.write( "
Algebra.Com's Answer #173268 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! For this problem I need to use the discriminate to determine the number of solutions of the quadratic equation, and whether the solutions are real or complex. It is not necessary to find the roots; just determine the number and types of solutions. \n" ); document.write( ": \n" ); document.write( "You have to know the rules of the discriminate \n" ); document.write( "we are talking about the quadratic form y = ax^2 = bx + c \n" ); document.write( ": \n" ); document.write( "The discriminate formula \n" ); document.write( "d = b^2 - 4 * a * c \n" ); document.write( "If d is positive: two real roots \n" ); document.write( "If d = 0: two equal and real roots \n" ); document.write( "If d = less than 0, (neg) no real roots, (complex) \n" ); document.write( ": \n" ); document.write( "z^2 + z + 1 \n" ); document.write( ": \n" ); document.write( "In this problem \n" ); document.write( "a = 1 \n" ); document.write( "b = 1 \n" ); document.write( "c = 1 \n" ); document.write( ": \n" ); document.write( "The discriminate \n" ); document.write( "d = \n" ); document.write( "d = 1 - 4 \n" ); document.write( "d = -3, negative, no real roots, complex \n" ); document.write( " \n" ); document.write( " |