Let f(x) = x^2 - 2x. Find all real numbers x such that f(x) = f(f(x)).

Thanks.

f((x))=f(x)^2-2f(x)

= (x^2-2x)^2 -2x^2+4x
= expand those out, combine.