document.write( "Question 977231: factor the polyonomial and use the factored form to find the zeros enter the answers as a comma seperated list
\n" );
document.write( "p(X)=x^4-3x^3+27x-81
\n" );
document.write( "x= \n" );
document.write( "
Algebra.Com's Answer #598790 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! x^4-3x^3+27x-81 \n" ); document.write( "(x-3)* (x+3)* (x^2-3x+9) \n" ); document.write( "x=3 \n" ); document.write( "x=-3 \n" ); document.write( "x = 3/2 (1-i sqrt(3)) \n" ); document.write( "x = 3/2 (1+i sqrt(3)) \n" ); document.write( " |