document.write( "Question 199847: Hi!\r
\n" );
document.write( "\n" );
document.write( "Factor the polynomial completely.\r
\n" );
document.write( "\n" );
document.write( "P (x) = x^6 + 2x^3 + 1 \r
\n" );
document.write( "\n" );
document.write( "Find all zeros and state the multiplicity of each zero.\r
\n" );
document.write( "\n" );
document.write( "thanks! \n" );
document.write( "
Algebra.Com's Answer #150230 by RAY100(1637)![]() ![]() ![]() You can put this solution on YOUR website! P(x) = x^6 +2x^3 +1 \n" ); document.write( ". \n" ); document.write( "let n= x^3 \n" ); document.write( ". \n" ); document.write( "P(x) = n^2 +2n +1 \n" ); document.write( ". \n" ); document.write( "P(x) = (n+1)(n+1) \n" ); document.write( ". \n" ); document.write( "subst back \n" ); document.write( ". \n" ); document.write( "P(x) = (x^3 +1)(x^3+1) \n" ); document.write( ". \n" ); document.write( " |