document.write( "Question 475016: Find a polynomial, step by step, having real coefficients, with the degree and zeroes indicated: degree 3, x = -5, x = -3i. The lead coefficient is 1. \n" );
document.write( "
Algebra.Com's Answer #325726 by ewatrrr(24785)  You can put this solution on YOUR website! \n" );
document.write( "Hi, Note highlighted for previous typo \n" );
document.write( "Find a polynomial, step by step, having real coefficients, \n" );
document.write( "with the degree and zeroes indicated: \n" );
document.write( "degree 3, x = -5, x = -3i. The lead coefficient is 1. \n" );
document.write( "Note:if a quadratic polynomial has complex roots, \n" );
document.write( "they will always be a complex conjugate pair! \n" );
document.write( "that is: root x = -3i will be accompanied by root x = 3i \n" );
document.write( " (x+3i)(x-3i) = x^2 + 9 |i^2 = -1 \n" );
document.write( "AND... \n" );
document.write( "( )(x^2 + 9) = x^3 + 5x^2 + 9x + 45 \n" );
document.write( " |
\n" );