document.write( "Question 384541: Find an nth degree polynomial function with real coefficients satisfying the given conditions. n=3;-4 and i are zeros;f(-3)=60 \n" ); document.write( "
Algebra.Com's Answer #272212 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Find an nth degree polynomial function with real coefficients satisfying the given conditions. n=3;-4 and i are zeros;f(-3)=60 \n" ); document.write( "---- \n" ); document.write( "Comment: -i is also a zero. \n" ); document.write( "---- \n" ); document.write( "f(x) = a(x-3)(x+4)(x-i)(x+i) \n" ); document.write( "f(x) = a(x-3)(x+4)(x^2+1) \n" ); document.write( "---- \n" ); document.write( "Since f(-3) = 60 \n" ); document.write( "60 = a(-6)(1)(10) \n" ); document.write( "60 = a(-60) \n" ); document.write( "a = -1 \n" ); document.write( "------------------- \n" ); document.write( "Equation: \n" ); document.write( "f(x) = -(x-3)(x+4)(x^2+1) \n" ); document.write( "============================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "=========== \n" ); document.write( " \n" ); document.write( " |