document.write( "Question 614848: Factor the following polynomial completely.\r
\n" );
document.write( "\n" );
document.write( "-x^2y^2 + x^4 + 4y^2 - 4x^2
\n" );
document.write( ".
\n" );
document.write( "(: \n" );
document.write( "
Algebra.Com's Answer #386740 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! grouping ___ (-x^2y^2 + 4 y^2) + (x^4 - 4x^2)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "factoring ___ -y^2(x^2 - 4) + x^2(x^2 - 4)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "rearranging ___ (x^2 - y^2)(x^2 - 4)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "factoring (again) ___ (x + y)(x - y)(x + 2)(x - 2) ___ difference of squares, twice \n" ); document.write( " |