I know that $\epsilon$ > 0, and that $\delta$ > 0
I have found this post which deals to a similar practice problem I am having, but the thing is my problem uses 3 roots, and I have no idea what to do after this point.
$$\lim_{x\to7}\left(x^3-9x^2-x+15\right)\ = -90$$
Here you can get three roots, which are |(x-5)(x-7)(x+3)| < $\epsilon$
In general, my main question is how do I know which 2 roots to use and why?
$$|(x-5)(x-7)(x+3)|\leq (|x-7|+2)|x-7| (|x-7|+10)$$ So $|x-7| <\delta$ gives $$|(x-5)(x-7)(x+3)| <(\delta+2)\delta (\delta+10)$$ In particular, if $\delta <1$ this gives $$|(x-5)(x-7)(x+3)| <(3)(\delta) (11)$$ so it is enough to take $\delta <1$ and $\delta <\frac {\epsilon} {33}$.