Consider the sequence 10, 14, 18, 22, ...
Find the first term, common difference, recursive rule, and explicit rule.
Step-by-step solution:
- a1=10 Identify the first term.
- 14-10=4, so d=4 Find the common difference.
- a1=10; an=an-1+4, n>=2 Use the previous term to find the next term.
- an=10+(n-1)4 Use the first term and common difference directly.
- a3=10+(3-1)4=18 The rule works.