To find the explicit formula for the sequence \( a_n \) given by the terms 37, 30, 23, ..., we first need to identify the pattern in the sequence.
-
Identify the first few terms:
- \( a_1 = 37 \)
- \( a_2 = 30 \)
- \( a_3 = 23 \)
-
Calculate the differences between consecutive terms:
- \( a_2 - a_1 = 30 - 37 = -7 \)
- \( a_3 - a_2 = 23 - 30 = -7 \)
This indicates that the sequence is an arithmetic sequence with a common difference of -7.
-
General form of an arithmetic sequence: An arithmetic sequence can be expressed in the form: \[ a_n = a_1 + (n-1) \cdot d \] where \( a_1 \) is the first term and \( d \) is the common difference.
-
Substituting values: Here, \( a_1 = 37 \) and \( d = -7 \): \[ a_n = 37 + (n-1)(-7) \]
-
Simplifying the formula: \[ a_n = 37 - 7(n-1) \] \[ a_n = 37 - 7n + 7 \] \[ a_n = 44 - 7n \]
Thus, the explicit formula for the \( n \)-th term of the sequence is: \[ \boxed{a_n = 44 - 7n} \]