document.write( "Question 695270: how do you do the following equation: x to the power of 3 minus 25x? \n" ); document.write( "
Algebra.Com's Answer #428398 by Ave(106)\"\" \"About 
You can put this solution on YOUR website!
\"x%5E3-25x=0\" factor out x
\n" ); document.write( "\"x%28x%5E2-25%29=0\" reverse foil
\n" ); document.write( "\"x%28x-5%29%28x%2B5%29=0\" set each to 0
\n" ); document.write( "1.x=0
\n" ); document.write( "2.x-5=0
\n" ); document.write( "x=5
\n" ); document.write( "3.x+5=0
\n" ); document.write( "x=-5
\n" ); document.write( "{-5,0,5}
\n" ); document.write( "
\n" );