document.write( "Question 255806: Polynomial equations help!\r
\n" );
document.write( "\n" );
document.write( "x^4-2x^2+1=0 \n" );
document.write( "
Algebra.Com's Answer #188038 by Greenfinch(383)![]() ![]() You can put this solution on YOUR website! This is a quadratic in x^2. The easiest way to see this is to put y = x^2 so that can now re-write as y^2 -2y +1 = 0 which factorises to \n" ); document.write( "(y- 1)^2 = 0 \n" ); document.write( "so y = 1 \n" ); document.write( "Thus x^2 = 1 \n" ); document.write( "There are therefore four answers, all the same with x=1 \n" ); document.write( " |