The function $f \colon \mathbb R \to \mathbb R$ is a degree $5$ polynomial which returns $0$ for $x=-3$ and $x=-5$, and it is known that $f'(-1)=f'(1)=-1$.
What can we say about its zeroes? What can we say about the zeros of $f'$ and $f''$? What can we say if we know that the polynomial has no multiple zeroes? What can we say about its zeroes if we also know that $f(1)=f(-1)=2$?
I've been trying to solve this problem. Since $f'(-1)=f'(1)=-1$ the derivative $f'$ is an odd function, and that's the only thing I could find.
Hint: Solve $$P(-3)=a(-3)^5+b(-3)^4+c(-3)^2-3d+e=0$$ $$P(-5)=a(-5)^5+b(-5)^4+c(-5)^2-5d+e=0$$ $$5a-4b-2c+d=-1$$ $$5a+4b+2c+d=-1$$ if $$P(x)=ax^5+bx^4+cx^3+dx^2+ex+d$$