The question asks to find the sum of the geometric series, given this:
$$\sum_{m=2}^{10} 5^{m-3}$$
I found that the common ratio is $r=5$. The formula that I use to find the sum is $S_n = a\frac{r^n - 1}{r - 1}$.
What do I substitute into n and a?
The question asks to find the sum of the geometric series, given this:
$$\sum_{m=2}^{10} 5^{m-3}$$
I found that the common ratio is $r=5$. The formula that I use to find the sum is $S_n = a\frac{r^n - 1}{r - 1}$.
What do I substitute into n and a?
Substitute $a=\frac 15$ and $n=9$.
EDIT : Notice that the first term of the summation is at $n=2$, i.e. the first term is $5^{2-3}=\frac 15.$
Next realize that we are taking summation from $2$ to $10$, so in total we have $(10-2)+1=9$ terms in the summation. (Any list $m,m+1,m+2,...,n$ of integers has $(n-m)+1$ number of terms.)