asked 93.5k views
4 votes
G(n) = 4n+5 f(n)= n^3+3n^2 find (g+f)(n)

G(n) = 4n+5 f(n)= n^3+3n^2 find (g+f)(n)-example-1

1 Answer

3 votes

Given:

The two functions are:


g(n)=4n+5


f(n)=n^3+3n^2

To find:

The function
(f+g)(n).

Solution:

We have,


g(n)=4n+5


f(n)=n^3+3n^2

Now,


(f+g)(n)=f(n)+g(n)


(f+g)(n)=n^3+3n^2+4n+5

Therefore, the correct option is B.

answered
User Aviv
by
7.6k 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.