document.write( "Question 986381: How would I factor the following:\r
\n" ); document.write( "\n" ); document.write( "a^6-b^6
\n" ); document.write( "

Algebra.Com's Answer #607146 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
Use cubes and squares
\n" ); document.write( "this is a difference of cubes
\n" ); document.write( "a^3-b^3=(a-b)(a^2+ab+b^2) coupled with a difference in squares as well (a^2-b^2)=(a+b)(a-b). The only difference is the \"squares\" are a^3-b^3, and each one of those terms is factorable.
\n" ); document.write( "Therefore, split this into a difference of squares problem, then factor each of those terms.
\n" ); document.write( "------------
\n" ); document.write( "This is (a^3+b^3)(a^3-b^3)
\n" ); document.write( "That is {(a+b)(a^2-ab+b^2)}X (a-b)(a^2+ab+b^2)}
\n" ); document.write( "
\n" );