document.write( "Question 964774: Please help me factor the polynomial \r
\n" );
document.write( "\n" );
document.write( " 2x'2 - 50y'2 \n" );
document.write( "
Algebra.Com's Answer #589611 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! factor the polynomial \n" ); document.write( "2x^2 - 50y^2 \n" ); document.write( "Factor out 2 \n" ); document.write( "2(x^2 - 25y) \n" ); document.write( "Now we have the difference of squares, which can be factored to: \n" ); document.write( "2(x - 5y)(x + 5y) \n" ); document.write( " |