document.write( "Question 1028661: Let f(x) = x^2 - 2x. Find all real numbers x such that f(x) = f(f(x)). \n" ); document.write( "
Algebra.Com's Answer #643788 by richard1234(7193)![]() ![]() You can put this solution on YOUR website! Let y = f(x). We want to solve y = f(y).\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Solving y = f(y) gives y = y^2 - 2y or y = 0, 3. Then we want to solve f(x) = 0, f(x) = 3.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "If f(x) = 0, then x^2 - 2x = 0 --> x = 0 or 2. \n" ); document.write( "If f(x) = 3, then x^2 - 2x = 3 --> x = 3 or -1.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Solutions: 0, -1, 2, 3 \n" ); document.write( " |