1. Check for a Common Difference
-
Calculate the difference between consecutive terms:
- 2 - (-5) = 7
- 9 - 2 = 7
- 16 - 9 = 7
- 23 - 16 = 7
- 30 - 23 = 7
-
Since the difference between any two consecutive terms is constant (7), the sequence is an arithmetic progression.
2. Find the General Term
-
Identify the first term (a): a = -5
-
Identify the common difference (d): d = 7
-
Use the formula for the nth term (a<sub>n</sub>): a<sub>n</sub> = a + (n - 1) * d
-
Substitute the values of 'a' and 'd': a<sub>n</sub> = -5 + (n - 1) * 7
-
Simplify: a<sub>n</sub> = -5 + 7n - 7 a<sub>n</sub> = 7n - 12
Therefore, the general term of the arithmetic progression is a<sub>n</sub> = 7n - 12