Take the sum: $$\sum_{n=0}^\infty a_n * x^n$$ and assume convergence at $x=-3$ and divergence at $x=9$. What can you conclude about $$\sum_{n=0}^\infty (-1)^n * a_n * 4^n$$ and $$\sum_{n=0}^\infty a_n * 8^n$$ I assume this has something to do with the radius, $R$, and interval of convergence. However, I am having difficulty determine exactly what those are.
My thought was if you apply the ratio test to $$\sum_{n=0}^\infty a_n * x^n$$ you eventually get $$\lim\limits_{x \to \infty} \frac{a_{n+1}}{a_n} * |x|$$ If $$\lim\limits_{x \to \infty} \frac{a_{n+1}}{a_n} \ne \infty$$ and $$\lim\limits_{x \to \infty} \frac{a_{n+1}}{a_n} \ne 0$$ then $$\lim\limits_{x \to \infty} \frac{a_{n+1}}{a_n} = c$$ and for a number $$(c|x|) < 1$$ the sum converges. Since we are given numbers of convergence and divergence, can we assume this is what happens? Since we know the sum diverges at $x=9$, would $c=\frac{1}{9}$? Thus, making the interval of convergence, $-9<x<9$ or $(-9,9)$?
Assuming the above, the series $$\sum_{n=0}^\infty (-1)^n * a_n * 4^n$$ and $$\sum_{n=0}^\infty a_n * 8^n$$ would converge since $4$ and $8$ $\in (-9,9)$. I don't believe this is what happens though.
You have a power series. From the first condition we can conclude that the radius of convergence $R$ is $3 \le R \le 9$. Hence, in general we cannot say anything about the series at $x = -4$ and $x = 8$. For example, if $R = 3.5$ then both series $\sum (-4)^n a_n$ and $\sum 8^n a_n$ diverge, if $R = 5$ then $\sum (-4)^n a_n$ converges and the second one diverges and etc.