document.write( "Question 366516: how do I determine if x^2-3x+3=0 is a quadratic equation has two rational solutions,two irrational solutions, one repeated real solution,or two complex solutions that are not real. \n" ); document.write( "
Algebra.Com's Answer #261179 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! how do I determine if x^2-3x+3=0 is a quadratic equation has two rational solutions,two irrational solutions, one repeated real solution,or two complex solutions that are not real. \n" ); document.write( "--- \n" ); document.write( "a = 1 \n" ); document.write( "b = -3 \n" ); document.write( "c = 3 \n" ); document.write( "--- \n" ); document.write( "Evaluate b^2-4ac \n" ); document.write( "If it is negative you have 2 complex solutions \n" ); document.write( "If it is zero you have 2 equal real solutions \n" ); document.write( "If is is positive you have 2 unequal real solutions. \n" ); document.write( "=================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |