document.write( "Question 299703: If f(x) = x - 1, what is the value of x that satisfies the equality f(x) - 1 = f(x^2)- x^2 \n" ); document.write( "
Algebra.Com's Answer #215256 by mathitutor(25)![]() ![]() ![]() You can put this solution on YOUR website! f(x) - 1 = f(x^2) - x^2 \n" ); document.write( "=> x - 1 - 1 = x^2 - 1 - x^2 \n" ); document.write( "=> x - 2 = -1 \n" ); document.write( "=> x = -1 + 2 \n" ); document.write( "=> x = 1 \n" ); document.write( " |