9514 1404 393
Answer:
all of them, possibly excepting the 4th term
Step-by-step explanation:
The recursive formula is good if you have terms near the one of interest. It might be used for the 4th term, but that would require that you compute the three previous terms:
7, 5, 3, 1 . . . . requires 3 subtractions
It can be about as easy to calculate ...
a4 = 7 -2(3) = 1 . . . . requires two* subtractions and a multiplication
__
However, for the 7th, 11th, and 106th terms, it is impractical to list all previous terms. The explicit formula is a better choice.
A. a4 = 7 -2(3) = 1
B. a7 = -1 +10(6) = 59
C. a106 = 2 +5(105) = 527
D. a11 = -3 +4(10) = 37
_____
* The explicit formula is ...
an = a1 +d(n -1)
The operations identified in this formula (in the order required by the Order of Operations) are subtraction, multiplication, and addition. For a negative common difference, that amounts to two subtractions and a multiplication.
For manual evaluation, the work involved in using the recursive or explicit formulas for the 4th term is about the same, if the arithmetic is easily done mentally (as here).