document.write( "Question 886779: write the polynomial equation of degree 4 with leading coefficient 1 that has roots at -2,-1,3, and 4. \n" ); document.write( "
Algebra.Com's Answer #536166 by Edwin McCravy(20056)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "          x=-2,   x=-1,   x=3,    x=4\r\n" );
document.write( "        x+2=0,  x+1=0,  x-3=0,  x-4=0\r\n" );
document.write( "\r\n" );
document.write( "f(x) =  (x+2)(x-1)(x-3)(x-4)\r\n" );
document.write( "\r\n" );
document.write( "Multiply all that out and get\r\n" );
document.write( "\r\n" );
document.write( "\"%22f%28x%29%22\"\"%22%22=%22%22\"\"x%5E4-6x%5E3%2B3x%5E2%2B26x-24\"\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );