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)![]() ![]() 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( "\n" ); document.write( " |