For arithmetic sequences, the general formula is an = a1+(n-1)d, where a1 is the first term, d is the common difference between any two consecutive terms, and n is a specific term in the sequence.
Geometric sequence formula is an= a1r(n-1), where a1 is the first term, r is the common ratio between any two consecutive terms.
Check if it's arithmetic by looking for a common difference:
second term minus first term gives:
a2 - a1 = (5/8) - (5/2) = -1.875
third term minus second term:
a3 - a2 = (5/32) - (5/8) = -0.46875
The terms of the sequence do not have a common difference between consecutive terms so it's not arithmetic.
Check for the common ratio:
a2 / a1 = (5/8) ÷ (5/2) = (5/8) × (2/5) = 1/4
I check other terms just to be sure...
a3 / a2 = (5/32) ÷ (5/8) = (5/32) × (8/5) = 1/4
The common ratio, r, is 1/4. We can also notice each term gets multiplied by 1/4 to give the next term in the sequence.
I have given you r and in the problem statement, you were given a1. Use the geometric sequence formula an= a1r(n-1) to finish the task.