Write a recursive formula for the arithmetic sequence.
A
;
B
;
C
;
D
;
0 댓글
검증된 단계별 안내
1
Identify the first term of the sequence, which is given as \( a_1 = 8 \).
Determine the common difference \( d \) of the arithmetic sequence. This can be found by subtracting the first term from the second term: \( d = 2 - 8 = -6 \).
Recognize that the recursive formula for an arithmetic sequence is generally given by \( a_n = a_{n-1} + d \), where \( d \) is the common difference.
Substitute the common difference \( d = -6 \) into the recursive formula: \( a_n = a_{n-1} - 6 \).
Combine the first term and the recursive formula to express the sequence: \( a_1 = 8 \) and \( a_n = a_{n-1} - 6 \).