Sign In
Can you find f(1)? What is the common difference?
Recursive rule: f(1)=45, f(n)=f(n-1)+10 for n>1
Explicit rule: f(n)=45+10(n-1)
20th term: f(20)=235
We are given an arithmetic sequence and asked to write a recursive rule and an explicit rule. 45,55,65,75,... We will think about these different rules one at time. Then we will find the 20th term of this sequence.
Let's recall the general form of a recursive rule for an arithmetic sequence.
Let's start by recalling the general form of an explicit rule for an arithmetic sequence. f(n)=f(1)+d(n-1) In the above formula, once again d is the common difference. As stated before, we already have f(1)=45 and d=10. Therefore, we have everything we need to write the explicit rule for the given sequence. f(n)=45+10(n-1)
To find the 20th term of the sequence we will substitute n=20 to the explicit rule and simplify.