Let $f(x)={x^2+10x+20}$ then the number of real solutions of $f(f(f(f(x))))=0$
My try: I first tried finding the roots of $f(x)=0$ they came out to be
$-5+\sqrt{5}$ and $-5-\sqrt{5}$.
Let these roots be $\alpha$ and $\beta$
thus $f(\alpha)=0$ also if $f(f(f(f(x))))=0$ then $f(f(f(x)))=\alpha$
I was able to go only till this. I skipped the method of actually finding the composite function as it would be too cumbersome. Any ideas, helps will be appreciated.
Hint : $$ f(x) = x^2+10x+20 = (x+5)^2 - 5 $$
so $$ f(f(x)) = ((x+5)^2 - 5 + 5)^2 - 5 = (x+5)^4 - 5 $$ $$f(f(f(x))) = (x+5)^8 - 5 $$ ... and it should be easier to analyse $f^{(4)} (x)$ now.