document.write( "Question 472015: Find all of the zeros of the polynomial 3x3 – x2 – 3x + 1 \n" ); document.write( "
Algebra.Com's Answer #323664 by Edwin McCravy(20059)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "3x³–x²–3x+1\r\n" );
document.write( "\r\n" );
document.write( "Factor x² out of the first two terms:\r\n" );
document.write( "\r\n" );
document.write( "x²(3x-1)-3x+1\r\n" );
document.write( "\r\n" );
document.write( "Factor -1 out of the last two terms:\r\n" );
document.write( "\r\n" );
document.write( "x²(3x-1)-1(3x-1)\r\n" );
document.write( "\r\n" );
document.write( "Factor out (3x-1)\r\n" );
document.write( "\r\n" );
document.write( "(3x-1)(x²-1)\r\n" );
document.write( "\r\n" );
document.write( "Factor the second parenthesis as the difference of two squares:\r\n" );
document.write( "\r\n" );
document.write( "(3x-1)(x-1)(x+1)\r\n" );
document.write( "\r\n" );
document.write( "Set each factor = 0\r\n" );
document.write( "\r\n" );
document.write( "3x-1=0   x-1=0   x+1=0\r\n" );
document.write( "  3x=1     x=1     x=-1\r\n" );
document.write( "   x=\"1%2F3\"\r\n" );
document.write( "\r\n" );
document.write( "The zeros are \"1%2F3\", 1, and -1\r\n" );
document.write( "\r\n" );
document.write( "Edwin

\n" ); document.write( "
\n" ); document.write( "
\n" );