document.write( "Question 902782: How can I fully factor this expression?\r
\n" );
document.write( "\n" );
document.write( "(3x+11)^2 - (5x-2)^2 \n" );
document.write( "
Algebra.Com's Answer #547525 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! How can I fully factor this expression? \n" ); document.write( "(3x+11)^2 - (5x-2)^2 \n" ); document.write( "*** \n" ); document.write( "use formula for difference of 2 squares: (a^2-b^2)=(a+b)(a-b) \n" ); document.write( "(3x+11+5x-2)(3x+11-5x+2) \n" ); document.write( "(8x+9)(-2x+13) \n" ); document.write( " |