document.write( "Question 1031707: What are the \"zeros\" of f(x) = 3x^3 - x^2 - 2x? \r
\n" );
document.write( "\n" );
document.write( "Thank you. \n" );
document.write( "
Algebra.Com's Answer #646451 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! Hi there, \n" ); document.write( "3x^3 - x^2 - 2x = 0 \n" ); document.write( "x(3x^2 - x - 2) = 0 \n" ); document.write( "x(3x + 2)(x - 1) = 0 \n" ); document.write( "x = 0 \n" ); document.write( ".... \n" ); document.write( "3x + 2 = 0 \n" ); document.write( "3x = -2 \n" ); document.write( "x = -2/3 \n" ); document.write( "...... \n" ); document.write( "x - 1 = 0 \n" ); document.write( "x = 1 \n" ); document.write( ".... \n" ); document.write( "Hope this helps :-) \n" ); document.write( " |