document.write( "Question 927066: Write a polynomial function with REAL COEFFICIENTS AND LEADING coefficient of 1
\n" );
document.write( "and with the given zeros: -2, 4, 3+i \n" );
document.write( "
Algebra.Com's Answer #562654 by Edwin McCravy(20060)![]() ![]() You can put this solution on YOUR website! \r\n" ); document.write( "Since the coeffcients are real, and 3+i is a solution, so is its\r\n" ); document.write( "conjugate 3-i\r\n" ); document.write( "\r\n" ); document.write( "Start with \r\n" ); document.write( "\r\n" ); document.write( " x=-2, x=4, x=3+i, x=3-i\r\n" ); document.write( " x+2=0, x-4=0, x-3-i=0 x-3+i=0 \r\n" ); document.write( "\r\n" ); document.write( "Multiply all the left sides and all the right sides, which gives\r\n" ); document.write( "\r\n" ); document.write( " (x+2)(x-4)(x-3-i)(x-3+i) = 0\r\n" ); document.write( "\r\n" ); document.write( "Do all that multiplying remembering that i2 = -1\r\n" ); document.write( "\r\n" ); document.write( "and get\r\n" ); document.write( "\r\n" ); document.write( " x4-8x3+14x2+28x-80 = 0\r\n" ); document.write( "\r\n" ); document.write( "So the polynomial function f(x) is\r\n" ); document.write( "\r\n" ); document.write( " f(x) = x4-8x3+14x2+28x-80 \r\n" ); document.write( "\r\n" ); document.write( "Edwin\n" ); document.write( " |