Problem 106 of 7
Construct a recursive arithmetic sequence rule for The first week has 20 pushups and each week adds 5 pushups.
Using a hint is okay. It just tells the trainer to give you a little more review.
Hidden until you reveal it.
state initial term and recurrence.
Hidden until you reveal it.
Context must define an initial term and fixed recursive change.
Enter your answer
Your answer is equivalent to the expected form.
Walkthrough
Full solution stays hidden until you ask for it.
1. State the initial term.
2. State how each term changes from the previous term.
3. Write the recurrence using subscript n and the previous term subscript n minus 1.
Use the worked steps, then substitute the final answer back into the original relationship to confirm it satisfies the prompt.
Explicit rule only when recursive rule is requested.