document.write( "Question 1067827: How to factorise: a^3+b^3+3a^2b+3ab^2
\n" );
document.write( "Any help is appreciated! \n" );
document.write( "
Algebra.Com's Answer #682992 by josgarithmetic(39617)![]() ![]() ![]() You can put this solution on YOUR website! Binomial Theorem? Pascal's Triangle? If you are not sure how to use them for help, try polynomial Division. Divide your cubic expression by \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \r\n" ); document.write( "\r\n" ); document.write( " a^2 2ab b^2\r\n" ); document.write( " _______________________________________\r\n" ); document.write( "a+b | a^3 + 3a^2*b +3b^2a + b^3\r\n" ); document.write( " |\r\n" ); document.write( " | a^3 a^2*b\r\n" ); document.write( " ------------------\r\n" ); document.write( " 0 2a^2*b 3b^2*a \r\n" ); document.write( " 2a^2*b 2a*b^2\r\n" ); document.write( " ----------------\r\n" ); document.write( " 0 ab^2 b^3\r\n" ); document.write( " ab^2 b^3\r\n" ); document.write( " ---------------\r\n" ); document.write( " 0 0\r\n" ); document.write( "\r\n" ); document.write( " \n" ); document.write( "That quotient is |