You're expected to bracket the roots. If you find a, b with f(a) < 0, f(b) > 0, then you know f has a root between a and b.
So if, for example, you could show f(-10)<0, f(-9)>0 amd f(-8) < 0, you'd know there was a root between -10 and -9, and a root between -9 and -8.
Similarly, if you showed f(10) < 0 and f(11) > 0, you'd know there was a root between 10 and 11.
(Those numbers won't work - you'll have to find some that do by trial and error).