document.write( "Question 553000: Use the difference-of-squares pattern to factor.\r
\n" );
document.write( "\n" );
document.write( "x^6 - 9y^2 =\r
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "Comment: I'm having trouble figuring out how to factor the x^6 , none of the examples in the chapter have none square x values. also, none of the rules describe how to do it with x^6.
\n" );
document.write( "Thank you, Anthony \n" );
document.write( "
Algebra.Com's Answer #360597 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! x^6 - 9y^2 \n" ); document.write( "notice we can rewrite as: \n" ); document.write( "(x^3)^2 - (3y)^2 \n" ); document.write( "now, we have a difference of squares which factors to: \n" ); document.write( "(x^3 - 3y)(x^3 + 3y) \n" ); document.write( " |