asked 80.3k views
1 vote
Complete the recursive formula of h(n). ​

Complete the recursive formula of h(n). ​-example-1
asked
User Prcastro
by
8.0k points

1 Answer

4 votes

Answer:

h(n) = h(n - 1) - 13

Explanation:

Given

h(n) = - 13n, then

h(1) = - 13 × 1 = - 13 and

h(n) = h(n - 1) - 13 with h(1) = - 13

answered
User Ruudvan
by
8.3k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.