document.write( "Question 66523: Hi! I need to calculate the discriminant and state how many real solutions each equation has.\r
\n" );
document.write( "\n" );
document.write( "4x^2-6x+4=0
\n" );
document.write( "and
\n" );
document.write( "4x^2-4x+1=0\r
\n" );
document.write( "\n" );
document.write( "Thanks for youe help in advance! \n" );
document.write( "
Algebra.Com's Answer #47174 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! calculate the discriminant and state how many real solutions each equation has. \n" ); document.write( "4x^2-6x+4=0 \n" ); document.write( "a=4, b=-6, c=4 \n" ); document.write( "Discriminant= b^2-4ac = 6^2-4(4)(4)=36-64<0 \n" ); document.write( "Since it is <0 there are two complex roots, no Real Number solutions. \n" ); document.write( "-------------------------------- \n" ); document.write( "and \n" ); document.write( "4x^2-4x+1=0 \n" ); document.write( "a=4, b=-4, c=1 \n" ); document.write( "Discriminant= b^2-4ac = 16-4*4*1=0 \n" ); document.write( "Since it is 0 there is one Real Number solution with multiplicity two. \n" ); document.write( "-------------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |