Suppose that $f : \mathbb{R} \rightarrow \mathbb{R}$ is $n$-times differentiable and $f$ has $n+1$ distinct zeros. Prove that $f^{(n)}(x) = 0$ for some $x$.
My attempt: Prove by induction
For $n=1$, we have $f$ is differentiable and has $2$ distinct zeros. Let the two zeros be $a$ and $b$. Hence, we have $f(a)=f(b)$. By Rolle's Theorem, there exists $x \in (a,b)$ such that $f^{\prime}(x)=0$
Suppose that $f^{(n-1)}(x) = 0$ is true. Then I stuck here. Can anyone guide me ?