document.write( "Question 907834: Find the zeros of the polynomial
\n" );
document.write( "P(x)=x^3+4x^2+4x\r
\n" );
document.write( "\n" );
document.write( "zero= { }
\n" );
document.write( "multiplicity=
\n" );
document.write( "crosses/touches= \n" );
document.write( "
Algebra.Com's Answer #550649 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! P(x)=x^3+4x^2+4x = x(x^2 +4x + 4) = x(x+2)(x+2) \n" ); document.write( "zeroes are 0 and -2 (multiplicity of 2) \n" ); document.write( " |