I have $$s_n=\frac{-6^n(x+8)^n}{\sqrt{n}}$$ and I have to find the interval and radius of convergence.
Using ratio test:
$$\frac{-6^{n+1}(x+8)^{n+1}}{\sqrt{n+1}}\cdot \frac{\sqrt{n}}{-6^n(x+8)^n}$$
$$\lim_{n\rightarrow \infty}-6(x+8)\frac{\sqrt{n}}{\sqrt{n+1}}$$
The last term goes to 1.
Since the interval must be smaller than 1, we get:
$$-6(x+8)<1$$
This gives $$x<-\frac{43}{6}$$, which should be the interval of convergence. Half of that again is the radius of converge, so $$x<-\frac{43}{12}$$
But this is wrong,
any ideas where the error lies and what the right solution is?
Thanks