document.write( "Question 54595: How do I find \"all real zeros\" of the function?\r
\n" );
document.write( "\n" );
document.write( "f(x) = x^3-3x^2-x+3 \n" );
document.write( "
Algebra.Com's Answer #36896 by psbhowmick(878)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Thus f(x) becomes zero when x = -1,1,3. Hence f(-1), f(1), f(3) are the zeros. \n" ); document.write( " |