document.write( "Question 174156: Hello and thanks in advance. I need some help with this one too;
\n" );
document.write( "factor completely- a^4-ab^3 \n" );
document.write( "
Algebra.Com's Answer #129082 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! a^4-ab^3 \n" ); document.write( ". \n" ); document.write( "First, pull out what is common between both terms: a: \n" ); document.write( "a(a^3-b^3) \n" ); document.write( ". \n" ); document.write( "Now, notice that the stuff inside the parenthesis is a \"difference of cubes\". This is a \"special factor\" condition: \n" ); document.write( "http://www.purplemath.com/modules/specfact2.htm \n" ); document.write( "where: \n" ); document.write( "a^3 – b^3 = (a – b)(a^2 + ab + b^2) \n" ); document.write( ". \n" ); document.write( "This would mean that: \n" ); document.write( "a(a^3-b^3) \n" ); document.write( "becomes: \n" ); document.write( "a(a – b)(a^2 + ab + b^2) \n" ); document.write( " |