Here we want to get the sum of the first 8 terms for the given geometric sequence, we will find that the solution is: 156.25
<h3>
Sum of the first N terms in a geometric sequence.</h3>
We know that for a geometric sequence given by:
![a_n = a_1*r^{n-1}](https://tex.z-dn.net/?f=a_n%20%3D%20a_1%2Ar%5E%7Bn-1%7D)
Where r is the common ratio, the sum of the first N terms is given by:
![S_N = a_1*(r^N - 1)/(r - 1)](https://tex.z-dn.net/?f=S_N%20%3D%20a_1%2A%28r%5EN%20-%201%29%2F%28r%20-%201%29)
Here we know that:
![a_n = (1/5)*a_{n-1}](https://tex.z-dn.net/?f=a_n%20%3D%20%281%2F5%29%2Aa_%7Bn-1%7D)
So the common ratio is r = 1/5
And we also know that:
![a_1 = 125](https://tex.z-dn.net/?f=a_1%20%3D%20125)
Then we can replace these two in the formula for the sum with N = 8 to get:
![S_8 = 125*( (1/5)^8 - 1)/( 1/5 - 1) = 156.25](https://tex.z-dn.net/?f=S_8%20%3D%20125%2A%28%20%281%2F5%29%5E8%20-%201%29%2F%28%201%2F5%20-%201%29%20%3D%20156.25)
If you want to learn more about geometric sequences, you can read:
brainly.com/question/9300199