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)\"\" \"About 
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( "\"graph%28300%2C300%2C-10%2C10%2C-100%2C20%2C3x%5E4%2B12x%5E3-3x%5E2-48x-36%29\"
\n" ); document.write( "
\n" );