document.write( "Question 435903: find the roots of the equation x^2-3x+2=0 by using the quadratic equation \n" ); document.write( "
Algebra.Com's Answer #301632 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! x^2-3x+2=0 \n" ); document.write( "factoring the left: \n" ); document.write( "(x-2)(x-1) = 0 \n" ); document.write( ". \n" ); document.write( "then, setting each term on the left to zero we get: \n" ); document.write( "x = {2, 1} \n" ); document.write( " \n" ); document.write( " |