Given: We are given the first term of the sequence:h(1) = −12We are also given the recursive formula for the sequence:h(n) = h(n−1) ×nWe need to find the value of h(2).
Recursive Formula: Using the recursive formula, we can find h(2) by substituting n with 2: h(2)=h(2−1)×2 h(2)=h(1)×2 We know that h(1)=−12, so we substitute that value in: h(2)=(−12)×2
Finding h(2): Now we perform the multiplication to find h(2):h(2)=(−12)×2h(2)=−24This is the value of the second term in the sequence.
More problems from Evaluate recursive formulas for sequences