document.write( "Question 42170: I need help with 3x^2 - 2x + 1 = 0\r
\n" );
document.write( "\n" );
document.write( "I came out with x = 2/6 + sqrt 8/6\r
\n" );
document.write( "\n" );
document.write( "Did I do this right? \n" );
document.write( "
Algebra.Com's Answer #27308 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! From 3x^2 - 2x + 1 = 0, we use the quadratic and get \n" ); document.write( "x = (2 ± sqrt(4 - 12)) / 6 \n" ); document.write( "x = (2 ± sqrt(-8)) / 6 \n" ); document.write( "x = (2 ± 2i*sqrt(2)) / 6 \n" ); document.write( "x = (1 ± i*sqrt(2)) / 3 \n" ); document.write( " |