document.write( "Question 988411: Write a polynomial function h in standard form that has 3 and -5 as zeros of multiplicity 2 \n" ); document.write( "
Algebra.Com's Answer #608968 by Boreal(15235) You can put this solution on YOUR website! the roots must be (x-3)^2 and (x+5)^2 \n" ); document.write( "That is (x2-6x+9) (x^2+10x+25) \n" ); document.write( "That is \n" ); document.write( "x^4+10x^3+25x^2-150x+225 \n" ); document.write( " -6x^3-60x^2+90x \n" ); document.write( " +9x^2 \n" ); document.write( "=== \n" ); document.write( "x^4+4x^3-26x^2-60x+225 \n" ); document.write( " |