document.write( "Question 625971: Find the zeros of the polynomial function. (Enter your answers as a comma-separated list. Enter all answers including repetitions.)
\n" );
document.write( "
\n" );
document.write( "P(x) = x^2(2x + 3)^2\r
\n" );
document.write( "\n" );
document.write( "x = ? \n" );
document.write( "
Algebra.Com's Answer #394094 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! Find the zeros of the polynomial function. (Enter your answers as a comma-separated list. Enter all answers including repetitions.) \n" ); document.write( " \n" ); document.write( "** \n" ); document.write( "P(x) = x^2(2x + 3)^2=0 \n" ); document.write( "x^2=0 \n" ); document.write( "x=0 (multiplicity 2) \n" ); document.write( "(2x+3)^2=0 \n" ); document.write( "2x+3=0 \n" ); document.write( "x=-3/2 (multiplicity 2) \n" ); document.write( "ans: \n" ); document.write( "zeros are: 0, 0, -3/2, -3/2 \n" ); document.write( " \n" ); document.write( " |