document.write( "Question 47916: How do you factor this expression:
\n" );
document.write( "x^4+6x^2y^2+25y^4 \n" );
document.write( "
Algebra.Com's Answer #31711 by ankita_vashishtha@yahoo.co.in(2)![]() ![]() ![]() You can put this solution on YOUR website! (x^2)^2+10x^2y^2+(5y^2)^2-4x^2y^2 \n" ); document.write( " \n" ); document.write( " (x^2+5y^2)^2-(2xy)^2 \r \n" ); document.write( "\n" ); document.write( " (x^2+5y^2-2xy)(x^2+y^2+2xy) \n" ); document.write( " |