Find the values of x for which the series
$$\sum_{n=0}^{\infty} \frac{(x-1)^n}{(-3)^n}$$
converge?
Not really sure how to properly answer this question considering its edge terms. Here goes my attempt: $$\sum_{n=0}^{\infty} \left(\frac{x-1}{-3}\right)^n$$
I know by the geometric series test that the only way for this geometric serise to be convergent is if $|r| < 1$
$$|x-1| < 3$$
$$\leftrightarrow -3 < (x-1) < 3$$
$$\leftrightarrow -2 < x < 4$$
Therefore this series converges for $x \in (-2,4)$
Is this a good enough answer? I know it doesn't converge for 4 or -2.