(picture of text: https://i.stack.imgur.com/dSmPo.jpg)
$$\lim_{n \to \infty} \frac{2^{n+1} + n + 1}{(n+2)(2^n + n)}$$
My attempt:
$$\lim_{n \to \infty} \frac{2^{n+1}}{(n+2)(2^n + n)} + \lim_{n \to \infty} \frac{n}{(n+2)(2^n + n)} + \lim_{n \to \infty} \frac{1}{(n+2)(2^n + n)}$$
$$\lim_{n \to \infty} \frac{2^{n+1}}{(n+2)(2^n + n)} + 0$$
$$\lim_{n \to \infty} \frac{2}{(\frac{n}{2^n} + \frac{1}{2^{n-1}})(1 + \frac{n}{2^n})}$$
$$\lim_{n \to \infty} \frac{2}{0} = \infty$$
I split this limit into 3 parts and applied L'hospital rule to the second limit. The answer is wrong for some reason and l think it is the first limit which is messing things up.Any tips ?