document.write( "Question 709935: How do you solve x^3-4x=0? \n" ); document.write( "
Algebra.Com's Answer #436855 by jsmallt9(3758)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Factor. First the greatest common factor of x: \n" ); document.write( " \n" ); document.write( "The second factor is a difference of squares and can be factored using the pattern, \n" ); document.write( " \n" ); document.write( "Next we use the Zero Product Property which tells us that this product can be zero only if one (or more) of the factors is zero. So: \n" ); document.write( "x = 0 or x+2 = 0 or x-2 = 0 \n" ); document.write( "Solving these we get: \n" ); document.write( "x = 0 or x = -2 or x = 2 \n" ); document.write( " |