document.write( "Question 700270: x^4=1
\n" );
document.write( "how do you solve this \n" );
document.write( "
Algebra.Com's Answer #431749 by mananth(16949) You can put this solution on YOUR website! x^4=1 \n" ); document.write( "x^4-1=0\r \n" ); document.write( "\n" ); document.write( "(x^2+1)(x^2-1)=0\r \n" ); document.write( "\n" ); document.write( "(x^2+1)(x+1)(x-1)=0\r \n" ); document.write( "\n" ); document.write( "If (x^2+1)=0 \n" ); document.write( "x^2=-1 \n" ); document.write( "x= sqrt(-1)=i\r \n" ); document.write( "\n" ); document.write( "OR x= -1 OR +1 \n" ); document.write( " |