document.write( "Question 135567: Use the given root to find the solution set of the polynomial equation.\r
\n" );
document.write( "\n" );
document.write( "x^4 - 21x^2 - 100 = 0\r
\n" );
document.write( "\n" );
document.write( "Root = 2i \n" );
document.write( "
Algebra.Com's Answer #99327 by edjones(8007)![]() ![]() You can put this solution on YOUR website! x^4 - 21x^2 - 100 = 0 \n" ); document.write( "This is a quadratic equation. \n" ); document.write( "Since one root is 2i one of the others is -2i \n" ); document.write( "(x-2i)(x+2i)=x^2+4 \n" ); document.write( "(x^4-21x^2-100)/(x^2+4) \n" ); document.write( "=x^2-25 Long division. \n" ); document.write( "=(x-5)(x+5) Factoring. \n" ); document.write( "x=5, x=-5 \n" ); document.write( "5, -5 The other two roots. \n" ); document.write( " \n" ); document.write( " |