$$\lim_{n\to\infty}\frac{5\cdot 2^n-4}{2^n-1}=5.$$ I have already proved this just using the definition of convergence. How do I go about proving this only using the sandwich theorem and sum/product/quotient rule?
I can divide the whole expression by $2^n$ and say the following: I know $5 - \frac4{2^n}$ tends to $5$ as $n\to\infty$. And I also know that $1 -\frac1{2^n}$ tends to $1$ as $n\to\infty$ so using the quotient rule, I can say that the whole expression tends to $\frac51=5$ as $n\to\infty$. At first glance this seems correct to me. Is there a more sophisticated way of proving this?