Given recursive function: We are given the recursive function h(n)=h(n−1)28 and the initial condition h(1)=14. We need to find the value of h(2).To find h(2), we use the recursive function with n=2.
Substitute n=2: We substitute n=2 into the recursive function to get h(2)=h(1)28.Since we know h(1)=14, we can substitute this value into the equation.
Calculate h(2): Now we calculate h(2)=1428. This simplifies to h(2)=2.
Check calculation: We check our calculation to ensure there are no math errors. 28 divided by 14 indeed equals 2, so there is no math error.
More problems from Evaluate recursive formulas for sequences