Answer:
A. Find the 100th term when the first term is -3 and the common difference is 4.
Explanation:
Recursive formula for an arithmetic sequence for the nth element a(n) is
a(n) = a(n-1) + d
Thus using the recursive formula would involve computing a(n-1) which would require calculating a(n-2) and so on.
For large n such as n = 100 in case of option A this is not practical.
For smaller n's it is OK to use recursive formula
Use the explicit formula instead
a(n) = a(1) + d(n-1)