document.write( "Question 1056898: Find a polynomial of degree 4 that has zeros -3, 2, -2 and -1 and with the coefficient of x^2 is -3. \n" ); document.write( "
Algebra.Com's Answer #671961 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! The factors for -3,-2,2, and -1 are \n" ); document.write( "(x+3)(x^2-4)(x+1)=x^4+4x^3-x^2-16x-12 \n" ); document.write( "Now multiply everything by 3 which will not change the roots but will make the coefficient of x^2 -3. \n" ); document.write( "3x^4+12x^3-3x^2-48x-36 \n" ); document.write( " |