$$Q(x) = x^k + a_1x^{k+1}+ ... + a_nx^{k+n}$$ where $k,n$ are positive integers is a polynomial with real coefficients. I have to show that $Q(x)/x^k$ is strictly positive for all real x satisfying $$0<|x|<1/(1+\sum_{i=0}^n |a_i|)$$ Source: ISI UGB 2017
Now the polynomial formed after division(which is legal since $x$ is non-zero) is the general $n$ degree polynomial $1+a_1x+...+a_nx^n.$ This approaches $1$ as $x$ approaches $0$. But how can I obtain the right hand part of the inequality? Furthermore, I tried substituting $x=1$ to obtain the right hand denominator but the it doesn't give the sum of the absolute values.