document.write( "Question 169936: 3x^2-2x+1=0
\n" );
document.write( "solve the equation and present in solution set notation \n" );
document.write( "
Algebra.Com's Answer #125370 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! 3x^2-2x+1=0 \n" ); document.write( ". \n" ); document.write( "Factoring the left side: \n" ); document.write( "(3x+1)(x-1) = 0 \n" ); document.write( ". \n" ); document.write( "Setting each term on the left to zero to find the set: \n" ); document.write( "3x+1 = 0 \n" ); document.write( "3x = -1 \n" ); document.write( "x = -1/3 \n" ); document.write( ". \n" ); document.write( "x-1 = 0 \n" ); document.write( "x = 1 \n" ); document.write( ". \n" ); document.write( "Solution set: \n" ); document.write( "x = {-1/3, 1} \n" ); document.write( " |