document.write( "Question 817709: Please help me find all the zeros of this function. g(x)= x^4 - 5x^2 - 36 \n" ); document.write( "
Algebra.Com's Answer #492158 by dkppathak(439)\"\" \"About 
You can put this solution on YOUR website!
x^4 - 5x^2 - 36 =0
\n" ); document.write( "let x^2=t
\n" ); document.write( "than x^4=t^2
\n" ); document.write( "by substitute
\n" ); document.write( "t^2-5t-36=0
\n" ); document.write( "by factorization splitting middle term
\n" ); document.write( "t^2-9t+4t-36=o
\n" ); document.write( "(t-9)(t+4)=0
\n" ); document.write( "t=9 or t=-4
\n" ); document.write( "again putting t=x^2
\n" ); document.write( "x^2=9 or x^2=-4
\n" ); document.write( "x=3 0r x=-3 or x=sqr rt 2i or x=squr rt=-sqrrt2i
\n" ); document.write( "
\n" );