document.write( "Question 604202: Find a polynomial P(x) that satisfies all of the given conditions, write using only real coefficients
\n" );
document.write( "4+3i is a zero
\n" );
document.write( "leading coefficient: 1
\n" );
document.write( "degree: 2\r
\n" );
document.write( "\n" );
document.write( "Thanks! \n" );
document.write( "
Algebra.Com's Answer #381040 by flame8855(424)![]() ![]() You can put this solution on YOUR website! (x-(4+3i)) (x-(4-3i))= (x-4)^2 +9 = x^2-8x +25 \n" ); document.write( " |