document.write( "Question 481208: I have to use the discriminant to determine the number of solutions of the quadratic equation, and weather the solutions are real or complex.\r
\n" );
document.write( "\n" );
document.write( "4/3x^2-2x+3/4=0 \n" );
document.write( "
Algebra.Com's Answer #329521 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Discriminant = b^2 - 4ac \n" ); document.write( "a = 4/3 \n" ); document.write( "b = -2 \n" ); document.write( "c = 3/4 \n" ); document.write( "D = 0 \n" ); document.write( "--> 1 real solution of multiplicity 2 \n" ); document.write( "x = 3/4, 3/4 \n" ); document.write( "It's 2 real solutions that are equal. \n" ); document.write( " \n" ); document.write( " |