Problem 50 of 7
Translate the recursive arithmetic rule a_1 = 30; a_n = a_(n-1) - 2 into an explicit rule.
Using a hint is okay. It just tells the trainer to give you a little more review.
Hidden until you reveal it.
connect repeated addition to linear form.
Hidden until you reveal it.
Recursive rule must be arithmetic with clear starting index.
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 term and index.
2. Identify the common difference.
3. Write the linear explicit rule using the correct index shift.
Use the worked steps, then substitute the final answer back into the original relationship to confirm it satisfies the prompt.
Off-by-one conversion.