Problem 139 of 7
Find a_4 using the sequence rule a_1 = 81; a_n = (1/3)a_(n-1).
Using a hint is okay. It just tells the trainer to give you a little more review.
Hidden until you reveal it.
compute terms efficiently and interpret index.
Hidden until you reveal it.
Rule must be explicit or recursive and target term must be computable exactly.
Enter your answer
Your answer is equivalent to the expected form.
Walkthrough
Full solution stays hidden until you ask for it.
1. Identify the target term number.
2. Use the explicit formula directly or iterate the recursive rule carefully.
3. Check indexing convention.
Use the worked steps, then substitute the final answer back into the original relationship to confirm it satisfies the prompt.
Index-shift errors such as using n instead of n-1.