Problem 61 of 7
Interpret the recursive sequence definition a_1=10; a_n=a_(n-1)+3 as a function definition.
Using a hint is okay. It just tells the trainer to give you a little more review.
Hidden until you reveal it.
use previous term and starting value.
Hidden until you reveal it.
Recursive rule must include starting value and recurrence.
Enter your answer
Your answer is equivalent to the expected form.
Walkthrough
Full solution stays hidden until you ask for it.
1. Identify the starting input and output.
2. Identify how each next integer input's output is computed from the previous output.
Use the worked steps, then substitute the final answer back into the original relationship to confirm it satisfies the prompt.
Treating recursion as a continuous equation over all real inputs.