document.write( "Question 398135: How do I form a polynomial with zeros and degree are given. Example: Zeros: -5, Multiplicity 2;5, multiplicity 1; degree 3?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #282109 by stanbon(75887) ![]() You can put this solution on YOUR website! How do I form a polynomial with zeros and degree are given. \n" ); document.write( "Example: Zeros: -5, Multiplicity 2;5, multiplicity 1; degree 3?\r \n" ); document.write( "\n" ); document.write( "---- \n" ); document.write( "f(x) = (x+5)^2*(x-1) \n" ); document.write( "===================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |