SOLUTION: What expression shows the relationship between the value of any term and n, its position in the sequence for the given sequence?
10, 5, 0, -5, -10, ...
Algebra ->
College
-> Linear Algebra
-> SOLUTION: What expression shows the relationship between the value of any term and n, its position in the sequence for the given sequence?
10, 5, 0, -5, -10, ...
Log On
You can put this solution on YOUR website! For such an arithmetic sequence, we have
an = a1 + (n-1)d
where a1 = 10 and d = -5 so that
an = 10 + (n-1)(-5) = 10 - 5n + 5 = 15 - 5n
Choice B.