document.write( "Question 964458: find the complex zeros of the polynomial function f(x)=x^4+23x^2+22
\n" );
document.write( "write f in factored form f(x)=
\n" );
document.write( "please show step by step work i am very confused. \n" );
document.write( "
Algebra.Com's Answer #589347 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! f(x) = x^4 +23x^2 +22 \n" ); document.write( "first write down the factors of 22, they are \n" ); document.write( "1, 22 \n" ); document.write( "2, 11 \n" ); document.write( "now 1 and 22 look promising since the coefficient of x^2 is 23 \n" ); document.write( "let's try \n" ); document.write( "(x^2 +1) * (x^2 +22) = x^4 +23x^2 + 22 \n" ); document.write( "we can now write the solutions for x as \n" ); document.write( "x^2 = -1 \n" ); document.write( "x = sqrt(-1) = i \n" ); document.write( "x^2 = -22 \n" ); document.write( "x = sqrt(-22) = i*sqrt(22) \n" ); document.write( "therefore our 2 solutions for x are \n" ); document.write( "x = i and x = i*sqrt(22) \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " |