document.write( "Question 1074598: Find an nth-degree polynomial function with real coefficients satisfying the given conditions. If you are using a graphing utility, use it to graph the function and verify the real zeros and the given function value.\r
\n" );
document.write( "\n" );
document.write( "n=3
\n" );
document.write( "4 and 2i are zeroes
\n" );
document.write( "f(1)=30 \n" );
document.write( "
Algebra.Com's Answer #689254 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Find an nth-degree polynomial function with real coefficients satisfying the given conditions. If you are using a graphing utility, use it to graph the function and verify the real zeros and the given function value. \n" ); document.write( "---------- \n" ); document.write( "If 2i is a zero, then -2i is also. \n" ); document.write( "--- \n" ); document.write( "--> (x-4)*(x-2i)*(x+2i) = 0 \n" ); document.write( "(x-4)*(x^2+4) = 0 \n" ); document.write( "f(x) = x^3 - 4x^2 + 4x - 16 \n" ); document.write( "---- \n" ); document.write( "f(1) = 1 - 4 + 4 - 16 = -15 \n" ); document.write( "Multiply by -2 \n" ); document.write( "--> f(x) = -2x^3 + 8x^2 - 8x + 32 \n" ); document.write( " \n" ); document.write( " |