document.write( "Question 306372: This is called FACTORING BY GROUPING, and I did the rest of the questions but need help with these two:
\n" );
document.write( "4. 4x2 + 20x + 5y +xy
\n" );
document.write( "7. 48x2y + 20xz +12xy + 5z \n" );
document.write( "
Algebra.Com's Answer #219263 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! 4. 4x2 + 20x + 5y +xy \n" ); document.write( "Reordering: \n" ); document.write( "4x^2+xy + 20x + 5y \n" ); document.write( "Grouping: \n" ); document.write( "(4x^2+xy) + (20x + 5y) \n" ); document.write( "x(4x+y) + 5(4x + y) \n" ); document.write( "(4x + y)(x+5) \n" ); document.write( ". \n" ); document.write( "7. 48x2y + 20xz +12xy + 5z \n" ); document.write( "Reordering: \n" ); document.write( "48x^2y+12xy + 20xz+5z \n" ); document.write( "Grouping: \n" ); document.write( "(48x^2y+12xy) + (20xz+5z) \n" ); document.write( "12xy(4x+1) + 5z(4x+1) \n" ); document.write( "(4x+1)(12xy+5z) \n" ); document.write( " \n" ); document.write( " |