document.write( "Question 632486: Form a polynomial f(x) with real coefficients having the given degree and zeros. Expand into
\n" );
document.write( "standard form
\n" );
document.write( " Degree 3: zeros: 1 + i and -8
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #398324 by Alan3354(69443) You can put this solution on YOUR website! Form a polynomial f(x) with real coefficients having the given degree and zeros. Expand into \n" ); document.write( "standard form \n" ); document.write( " Degree 3: zeros: 1 + i and -8 \n" ); document.write( "---------- \n" ); document.write( "Complex zeroes occur in conjugate pairs, so a zero is 1 - i \n" ); document.write( "------------ \n" ); document.write( "(x - 1 - i)*(x - 1 + i) = x^2 - x + ix - x + 1 - i - ix + i + 1 \n" ); document.write( "x^2 - 2x + 2 \n" ); document.write( "-------------- \n" ); document.write( "--> (x+8)*(x^2 - 2x + 2) = 0 \n" ); document.write( "You can multiply that one. \n" ); document.write( " \n" ); document.write( " |