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 #671962 by math_helper(2461)![]() ![]() You can put this solution on YOUR website! General form of a 4th degree polynomial is:\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( "\n" ); document.write( "This can be constructed from the zeros: \n" ); document.write( " \n" ); document.write( "The zero at -3 means there is a factor (x+3) (because plugging in x=-3 gives zero) \n" ); document.write( "The zeros at 2,-2, and -1 yield three more factors: (x-2)(x+2) and (x+1), respectively.\r \n" ); document.write( "\n" ); document.write( "Putting all the factors together: \n" ); document.write( " (x+3)(x-2)(x+2)(x+1) \n" ); document.write( " = (x+3)(x+1)(x+2)(x-2) (reordered, will multiply first two, last two next) \n" ); document.write( " = \n" ); document.write( " = \n" ); document.write( " = \n" ); document.write( "\n" ); document.write( " The problem said the coefficient of \n" ); document.write( "\n" ); document.write( " Ans: |