document.write( "Question 1093402: Find the possible rational zeros, and then find all the zeros of the polynomial function:
\n" );
document.write( "f(x)=x^3-63x+162 \n" );
document.write( "
Algebra.Com's Answer #708045 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! f(x) = x^3 -63x +162 \n" ); document.write( ": \n" ); document.write( "this polynomial function can be factored \n" ); document.write( ": \n" ); document.write( "(x-6) * (x-3) * (x+9) = x^3 -63x +162 \n" ); document.write( ": \n" ); document.write( "zeros are x=6, x=3, x=-9 \n" ); document.write( ": \n" ); document.write( "these are all the zeros over the real numbers \n" ); document.write( " |