Michael S. answered 08/03/20
Engineering, Education Student, Statics, Calculus, Materials, Thermo.
The above sequence is an arithmetic sequence where the next term is the previous term minus 2.
The first term also known as f(1) = 2
The recursive rule states that the next term is the previous term minus 2. This can be written as...
f(n) = f(n-1) -2
f(n-1) is the term just before f(n)
The explicit rule is in the form.
f(n) = f(1) + (n-1)*difference.
The difference is -2 and the starting term is 2 so it can be written as....
f(n) = 2 + (n-1)*(-2)
To find a specific term (in this case the 20th term plug in 20 for n.
f(20) = 2 + (20-1)*(-2)
f(20) = -36