document.write( "Question 301209: Solve:\r
\n" );
document.write( "\n" );
document.write( "x^3-3x^2-x+3=0\r
\n" );
document.write( "\n" );
document.write( "Looking for the roots.\r
\n" );
document.write( "\n" );
document.write( "Thank you \n" );
document.write( "
Algebra.Com's Answer #216014 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! x^3-3x^2-x+3=0 \n" ); document.write( "Solve by \"grouping\": \n" ); document.write( "(x^3-3x^2)-(x-3)=0 \n" ); document.write( "x^2(x-3)-(x-3)=0 \n" ); document.write( "(x-3)(x^2-1) = 0 \n" ); document.write( "x = {3,-1,1} \n" ); document.write( ". \n" ); document.write( " \n" ); document.write( " |