document.write( "Question 962604: Finding polynomial having degree and zeros:
\n" );
document.write( "Degree: 5 Zeros: 7, -i, -6+i \n" );
document.write( "
Algebra.Com's Answer #588150 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Finding polynomial having degree and zeros: \n" ); document.write( "Degree: 5 Zeros: 7, -i, -6+i \n" ); document.write( "---------- \n" ); document.write( "Complex solutions are in conjugate pairs, so the zeroes are: \n" ); document.write( "6, -i, +i, -6+i, -6-i \n" ); document.write( "--> (x-6)*(x-i)*(x+i)*(x+6+i)*(x+6-i) \n" ); document.write( "You can do the multiplication. \n" ); document.write( " \n" ); document.write( " |