I was trying to figure out the limit of the function below
$a_n = \frac{2^{2n-1}+3^{n+3}}{3^{n+2}+4^{n+1}}$
The answer to the question is $\frac{1}{8}$ but when I divide through by $3^{n+3}$ (because it has the highest power) I cant figure out how they got that answer, Im really stuck has anyone go any hints
$$a_n = \frac{2^{2n-1}+3^{n+3}}{3^{n+2}+4^{n+1}}=$$
$$\frac{(1/2)4^n+(27)3^n}{(9)3^n+(4)4^n}=$$
$$\frac {(1/2)+(27)(3/4)^n}{(9)(3/4)^n+(4)}\to 1/8$$