Find an explicit formula for the arithmetic sequence 170, 85, 0, -85, ....

Note: the first term should be d ( 1).
d(n) =

1 answer

An arithmetic sequence is defined by its first term and the common difference between consecutive terms.

In the given sequence:

  1. The first term \( a_1 = 170 \).
  2. The second term \( a_2 = 85 \).

To find the common difference \( d \), we can calculate:

\[ d = a_2 - a_1 = 85 - 170 = -85 \]

Now that we have the first term \( a_1 = 170 \) and the common difference \( d = -85 \), we can express the \( n \)-th term of the arithmetic sequence using the formula:

\[ a_n = a_1 + (n - 1) d \]

Substituting the values of \( a_1 \) and \( d \):

\[ a_n = 170 + (n - 1)(-85) \]

Simplifying this:

\[ a_n = 170 - 85(n - 1) \] \[ a_n = 170 - 85n + 85 \] \[ a_n = 255 - 85n \]

Thus, the explicit formula for the \( n \)-th term of the arithmetic sequence is:

\[ d(n) = 255 - 85n \]