document.write( "Question 1144128: Find all real values of x for which
\n" );
document.write( "f(x) = 0.
\n" );
document.write( " \r
\n" );
document.write( "\n" );
document.write( "f(x) = x3 − x
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #765127 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Find all real values of x for which \n" ); document.write( "f(x) = 0. \n" ); document.write( " \r \n" ); document.write( "\n" ); document.write( "f(x) = x3 − x \n" ); document.write( "-------------x \n" ); document.write( "If you mean x^3 - x = 0 \n" ); document.write( "--- \n" ); document.write( "x(x^2 - 1) = 0 \n" ); document.write( "x = 0, -1, +1 \n" ); document.write( " \n" ); document.write( " |