asked 163k views
3 votes
G(n) = 2n + 3
h(n)=n-1
Find (g•h)(n)

1 Answer

3 votes

Answer:

Explanation:

g(n) = 2n + 3

h(n) = n − 1

(g * h)(n) = g(h(n))

= g(n − 1)

= 2(n − 1) + 3

= 2n − 2 + 3

= 2n + 1

answered
User MarkW
by
8.9k 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.