How do I compute the infinite sum $$\sum_{k=1}^{\infty} (-\cfrac13)^{k-1}$$
I notice that values oscillate between positive and negative numbers depending on whether $k$ is even or odd, but on a graph this will still converge quickly to the x-axis because $3^{k-1}\ge1^{k-1}$, which suggests the total sum $P$ does exist.
When I graphed it I notice after $k=6$ the functions $\Delta y$ is so little it seems insignificant to add more terms. Can I just get away with adding the values up to $x=6$? Doing this I get 182/243, roughly $0.748$. I then imagine this suggests $P = 3/4$, which happens to be one of the possible answers in my homework.
Is there a better approach to this or am I good here?