document.write( "Question 436213: Solve equation by factoring x^4+10=7x^2 \n" ); document.write( "
Algebra.Com's Answer #301803 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! x^4+10=7x^2 \n" ); document.write( "x^4-7x^2+10=0 \n" ); document.write( ". \n" ); document.write( "Let z = x^2 \n" ); document.write( "then we can write: \n" ); document.write( "z^2-7z+10=0 \n" ); document.write( "(z-2)(z-5)=0 \n" ); document.write( "z = {2, 5} \n" ); document.write( ". \n" ); document.write( "but, since z=x^2 \n" ); document.write( "x = {sqrt(2), sqrt(5)} \n" ); document.write( " |