Recursive formula and initial condition: The question prompt is asking for the value of h(3) given the recursive formula h(n)=h(n−1)×(91) and the initial condition h(1)=9.
Finding the value of h(2): First, we need to find the value of h(2) using the recursive formula and the initial condition.h(n)=h(n−1)×(91)h(2)=h(1)×(91)h(2)=9×(91)h(2)=1We have found that h(2)=1.
Finding the value of h(3): Now, we can find the value of h(3) using the value of h(2) we just found.h(n) = h(n−1) ×91h(3) = h(2) ×91h(3) = 1×91h(3) = 91We have found that h(3) = 91.
More problems from Evaluate recursive formulas for sequences