document.write( "Question 37285This question is from textbook Elementary Algebra
\n" );
document.write( ": Please help factor completely
\n" );
document.write( " b^4a-81a^5 \n" );
document.write( "
Algebra.Com's Answer #23027 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! First let us factor out an \"a\" as our common factor, so that \n" ); document.write( "b^4a - 81a^5 = \n" ); document.write( "a(b^4 - 81a^4) = \n" ); document.write( "Now we have the difference of squares, and that factors out to \n" ); document.write( "a(b^2 + 9a^2)(b^2 - 9a^2) = \n" ); document.write( "But this last term factors out once more as the difference of squares, and we have \n" ); document.write( "a(b^2 + 9a^2)(b + 3a)(b - 3a) \n" ); document.write( " |