document.write( "Question 6254: This problem states to factor each expression, I do not see how the derived.
\n" );
document.write( "Here is the problem:\r
\n" );
document.write( "\n" );
document.write( "ax^3 + bx^3 + 2ax^2y + 2bx^2y\r
\n" );
document.write( "\n" );
document.write( "This is the answer from the book: x^2(a + b)(x + 2y) \r
\n" );
document.write( "\n" );
document.write( "Please show me the steps to get this answer.\r
\n" );
document.write( "\n" );
document.write( "Help.
\n" );
document.write( "tsj \n" );
document.write( "
Algebra.Com's Answer #3338 by Earlsdon(6294)![]() ![]() ![]() You can put this solution on YOUR website! Factor: \n" ); document.write( " ax^3 + bx^3 + 2ax^2y + 2bx^2y First, factor the x^2 \n" ); document.write( "x^2(ax + bx + 2ay + 2by) Now group the x-terms and the y-terms. \n" ); document.write( "x^2((ax + bx) + (2ay + 2by)) Now, factor the x from the first group and 2y from the second group.\r \n" ); document.write( "\n" ); document.write( "x^2(x(a + b) + 2y(a + b)) Now factor the (a + b) \n" ); document.write( "x^2(a + b)(x + 2y) \n" ); document.write( " |