document.write( "Question 402567: I have to write a polynomial function in factored form with the given zeros.
\n" );
document.write( "-3 mult.2, 0 mult.2, -1. I would write my attempt but I got it wrong. \n" );
document.write( "
Algebra.Com's Answer #284720 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! write a polynomial function in factored form with the given zeros. \n" ); document.write( "-3 mult.2, 0 mult.2, -1. \n" ); document.write( "--- \n" ); document.write( "f(x) = (x+3)^2*x^2*(x+1) \n" ); document.write( "--- \n" ); document.write( "Rearrange: \n" ); document.write( "f(x) = x^2(x+1)(x+3)^2 \n" ); document.write( "============================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |