document.write( "Question 888248: How do you factor out x^6 - y^6 using the difference of two cubes. I solved it using using difference of two squares, but I can't work out using cubes. \n" ); document.write( "
Algebra.Com's Answer #537218 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! How do you factor out x^6 - y^6 using the difference of two cubes. I solved it using using difference of two squares, but I can't work out using cubes. \n" ); document.write( "*** \n" ); document.write( "x^6-y^6=(x^2)^3-(y^2)^3 \n" ); document.write( "=(x^2-y^2)(x^4+x^2y^2+y^4) \n" ); document.write( "=(x+y)(x-y)(x^4+x^2y^2+y^4) \n" ); document.write( " |