The 'sequence formula' is the general formula used to find the nth term of an arithmetic sequence. In our exercise, the formula is: \[ a_n = a_1 + (n-1) \times d \]
This formula tells you that to find any term (\(a_n\)), you start with the first term (\(a_1\)), then add the common difference (\(d\)) multiplied by one less than the term number you want (\(n-1\)).
Using this formula, we calculated the 51st term as follows:
- Substitute given values: \(a_1 = -2\), \(n = 51\), and \(d = 4\)
- Compute inside parentheses: \(51-1 = 50\)
- Multiply by common difference: \(50 \times 4 = 200\)
- Add to the first term: \(-2 + 200 = 198\)
Finally, we found \(a_{51} = 198 \). This method can be used for any term in an arithmetic sequence by simply adjusting the values in the formula.