document.write( "Question 243349: This problem asks me to factor by grouping.
\n" );
document.write( "Problem: 5xy+25x-2y-10
\n" );
document.write( "What does it mean by grouping? \n" );
document.write( "
Algebra.Com's Answer #178282 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! 5xy+25x-2y-10 \n" ); document.write( ". \n" ); document.write( "Grouping means to \"collect\" terms together so you can factor this smaller group. \n" ); document.write( ". \n" ); document.write( "(5xy+25x)-2y-10 \n" ); document.write( "= (5xy+25x)-(2y+10) \n" ); document.write( "= 5x(y+5)- 2(y+5) \n" ); document.write( "Next, factor out (y+5): \n" ); document.write( "= (y+5)(5x- 2) \n" ); document.write( " \n" ); document.write( " |