document.write( "Question 752745: I am to find all the zeros of the equation.
\n" );
document.write( "-x^3 + x^2 -3x + 3 = 0\r
\n" );
document.write( "\n" );
document.write( "I need to write the formula to do it. Here are the options for answers:
\n" );
document.write( "a) sqrt of 3, - sqrt of 3, 1
\n" );
document.write( "b) i sqrt of 3, -1
\n" );
document.write( "c) i sqrt of 3, -i sgrt of 3, -1
\n" );
document.write( "d) i sqrt of 3, -i sqrt of 3, 1 \n" );
document.write( "
Algebra.Com's Answer #458004 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! -x^3 + x^2 -3x + 3 = 0 \n" ); document.write( "x^3 - x^2 +3x - 3 = 0 \n" ); document.write( "(x^3 - x^2) + (3x - 3) = 0 \n" ); document.write( "x^2(x-1) + 3(x-1) = 0 \n" ); document.write( "(x-1)(x^2+3) = 0 \n" ); document.write( "x = {1, +-sqrt(-3)} \n" ); document.write( "x = {1, isqrt(3), -isqrt(3) } \n" ); document.write( ". \n" ); document.write( "Answer: D \n" ); document.write( " \n" ); document.write( " |