The limit to be found is:-
$$ \lim_{x \to \infty} \frac{2+4+...+2^x}{2^x +1}$$
My attempt:-
Taking $ 2^x $ common from numerator and Denominator,
$$ \lim_{x \to \infty} \frac{(2/2^x)+(4/2^x)+...+1}{1 +(1/2^x)} $$
$$ \frac{(2/2^{\infty})+(4/2^{\infty})+...+1}{1 +(1/2^{\infty})} = 1 $$
So the limit is 1.
Is my answer/attempt correct?
For a sum of $n$ first adds of the geometric progression $a$ with $q_a\neq1$ we have: $$S_n=\frac{a_1(q^n-1)}{q-1}.$$ Id est, it's $$\frac{2(2^x-1)}{2^x+1}=\frac{2\left(1-\frac{1}{2^x}\right)}{1+\frac{1}{2^x}}\rightarrow2.$$