h(n)=-13nh(n)=−13nh, left parenthesis, n, right parenthesis, equals, minus, 13, n Complete the recursive formula of h(n)h(n)h, left parenthesis, n, right parenthesis

Respuesta :

ekohn

Answer:

 

h(1)=−31

h(n)=h(n−1)+(−7)

Step-by-step explanation:

I got it wrong- and then i found the answer :)

The recursive function is h(n) = h(n−1 ) + (−7) where h(1) = −31.

What is recursive rule?

A rule defined such that its definition includes itself.

Example:

F(x) = F(x-1) + c is one such recursive rule.

Given;

h(1) = −31

This means that the function h(n) has the following parameters:

First term = −31

Rate = -7

Hence, the recursive function is h(n) = h(n−1 ) + (−7) where h(1) = −31.

Learn more about recursive rule and explicit rule here:

https://brainly.com/question/12620593

#SPJ2