Westonci.ca is the best place to get answers to your questions, provided by a community of experienced and knowledgeable experts. Our platform provides a seamless experience for finding reliable answers from a network of experienced professionals. Our platform provides a seamless experience for finding reliable answers from a network of experienced professionals.

g(n)=n² +4n
h(n)=-3n-3
Find (g+h)(n-4)


Sagot :

The function (g+h)(n-4) is the sum of the function g(n-4) and h(n-4) will be written as (g+h)(n-4) = n² - 7n + 9.

What is a function?

A function is an assertion, concept, or principle that establishes an association between two variables. Functions may be found throughout mathematics and are essential for the development of significant links.

The functions are given below.

g(n) = n² + 4n

h(n) = - 3n - 3

The function (g+h)(n) is calculated as,

(g+h)(n) = g(n) + h(n)

(g+h)(n) = n² + 4n - 3n - 3

(g+h)(n) = n² + n - 3

Put n = n - 4, then we have

(g+h)(n-4) = (n - 4)² + (n - 4) - 3

(g+h)(n-4) = n² + 16 - 8n + n - 4 - 3

(g+h)(n-4) = n² - 7n + 9

The function (g+h)(n-4) will be (g+h)(n-4) = n² - 7n + 9.

More about the function link is given below.

https://brainly.com/question/5245372

#SPJ1