document.write( "Question 762784: find the nth degree polynomial function with real coefficients satisfying the given conditions.\r
\n" ); document.write( "\n" ); document.write( "n=3; -1 and -2 + 3i are zeros; leading coefficient is 1\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #464204 by josgarithmetic(39617)\"\" \"About 
You can put this solution on YOUR website!
Your THREE roots are -1, -2+3i, AND -2-3i.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Build your polynomial function using the polynomial factors according to the now known roots:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"highlight%28%28x%2B1%29%28x-%282-3i%29%29%28x-%282%2B3i%29%29%29\"
\n" ); document.write( "Let us do something more convenient with the complex polynom factors.
\n" ); document.write( "\"%28x%2B1%29%28x-2%2B3i%29%28x-2-3i%29\"
\n" ); document.write( "\"%28x%2B1%29%28%28x-2%29%2B3i%29%28%28x-2%29-3i%29\"
\n" ); document.write( "You should notice what makes the difference of two squares.
\n" ); document.write( "\"%28x%2B1%29%28%28x-2%29%5E2+-+%283i%29%5E2%29\"
\n" ); document.write( "\"%28x%2B1%29%28x%5E2-4x%2B4%2B9%29\"
\n" ); document.write( "\"highlight%28%28x%2B1%29%28x%5E2-4x%2B13%29%29\"
\n" ); document.write( "
\n" );