document.write( "Question 61312: Find a polynomial fucntion of 5th degree given the following zeros.
\n" );
document.write( "-4, -2i, √6 \n" );
document.write( "
Algebra.Com's Answer #42181 by venugopalramana(3286)![]() ![]() You can put this solution on YOUR website! Find a polynomial fucntion of 5th degree given the following zeros. \n" ); document.write( "-4, -2i, √6 \n" ); document.write( "ASSUMING THE POLYNOMIAL TO BE WITH REAL COEFFICIENTS,THE CONJUGATES OF COMPLEX AND IRRATIONAL NUMBERS WILL ALSO BE THE ROOTS. HENCE THE 5 ROOTS ARE \n" ); document.write( "-4,-2I,+2I,SQRT(6),-SQRT(6)...HENCE THE POLYNOMIAL IS \n" ); document.write( "P = (X+4)(X+2I)(X-2I)[X+SQRT(6)][X-SQRT(6)]=0 \n" ); document.write( "P=(X+4)(X^2+4)(X^2-6)=0 \n" ); document.write( "P=(X+4)(X^4-2X^2-24)=0 \n" ); document.write( "P=X^5+4X^4-2X^3-8X^2-24X-96=0 \n" ); document.write( " |