document.write( "Question 288828: Find a third degree polynomial with zeros 5 and 3i \n" ); document.write( "
Algebra.Com's Answer #209295 by stanbon(75887) ![]() You can put this solution on YOUR website! Find a third degree polynomial with zeros 5 and 3i \n" ); document.write( "----------------- \n" ); document.write( "Since 3i is a zero, -3i is a zero. \n" ); document.write( "--- \n" ); document.write( "Polynomial: \n" ); document.write( "f(x) = (x-3i)(x+3i)(x-5) \n" ); document.write( "--- \n" ); document.write( "f(x) = (x-3)(x^2+9) \n" ); document.write( "--- \n" ); document.write( "f(x) = x^3 - 3x^2 +9x - 27 \n" ); document.write( "============================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |