document.write( "Question 235833: I am having a tough time with these problems on this one I must 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 of types of solutions.\r
\n" );
document.write( "\n" );
document.write( "2x^2+x-1=0 \n" );
document.write( "
Algebra.Com's Answer #173629 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! 2x^2+x-1=0 \n" ); document.write( "(2X-1)(X+1)=0 \n" ); document.write( "2X-1=0 \n" ); document.write( "2X=1 \n" ); document.write( "X=1/2 ANS. \n" ); document.write( "X+1=0 \n" ); document.write( "X=-1 ANS. \n" ); document.write( " |