document.write( "Question 141834: I am trying to factor this binomial completely can you please help? x to the third - 1000 \n" ); document.write( "
Algebra.Com's Answer #103310 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! I am trying to factor this binomial completely can you please help? \n" ); document.write( ": \n" ); document.write( "x^3 - 1000 \n" ); document.write( ": \n" ); document.write( "You should recognize this as the \"difference of cubes\" \n" ); document.write( ": \n" ); document.write( "In the \"special factoring formulas\" section you will find the factoring for this: \n" ); document.write( "a^3 - b^3 = (a-b)(a^2 + ab + b^2) \n" ); document.write( "; \n" ); document.write( "Applying this to this problem you would have: \n" ); document.write( "x^3 - 1000 = (x-10)(x^2 + 10x + 100) \n" ); document.write( " |