asked 80.9k views
1 vote
G(n)=2n+2
h(n)=n^2-2
Find (g(h(n))

asked
User Avern
by
8.3k points

1 Answer

3 votes

Substitute h(n) for the argument of g(n).

... g(h(n)) = g(n^2-2) = 2(n^2-2) +2

... = 2n^2 -4 +2 . . . . . . . eliminate parentheses

... g(h(n)) = 2n^2 -2

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.