$$x^5 − 1102 \cdot x^4 − 2015 \cdot x = 0$$
This factors into,
$$\left( x^4 − 1102x^3 − 2015 \right) \cdot x = 0$$
Therefore $x=0$ is a root. Keep simplifying,
$$x^4 − 1102x^3 − 2015=0$$
Set this equal to $f(x)$,
$$f(x)=x^4 − 1102x^3 − 2015$$
$f(-1)=-912$ and $f(-2)=6817$, thus by the Intermediate Value Theorem, there is a zero in-between $-2$ and $-1$.
The same thing holds for $f(1100)$ and $f(1110)$
Now, in the spirit of fairness, let's quickly come up with the method that will allow us to "guess" where the roots of $f(x)$ lie. We'll use Newton's Method.
We get,
$$x_{n+1}=x_{n}-{{x^4 − 1102x^3 − 2015} \over {4 \cdot x^3-2204 \cdot x^2}}$$
Now, the property we'll use is the fact that the convergence for the method is oscillatory. That means if you guess too low, then the next guess will be to high $^1$. Applying this principle results in a guess of $1000$ for the root resulting in a new guess of $1170$ for the next root. Once again, the Intermediate Value Theorem applies.
$^1$ (There are subtleties about convergence and when this works and doesn't work, but generally speaking, this is the case if you pick a reasonable guess)