The 'nth term formula' in an arithmetic sequence is a powerful tool that allows us to find any term in the sequence without having to list out all preceding terms. The formula is: \[ a_n = a_1 + (n - 1) \times d \]
Where: - \( a_n \) is the nth term we are looking for.
- \( a_1 \) is the first term.
- \( d \) is the common difference.
- \( n \) is the term position.
Knowing these variables makes it straightforward to plug values into the formula and solve. For example, to find the 90th term of the sequence 3, -3, -9, ...:
\( a_{90} = 3 + (90 - 1) \times (-6) \)
. This formula helps simplify the process by using straightforward arithmetic.