IDNLearn.com connects you with a community of knowledgeable individuals ready to help. Discover in-depth answers to your questions from our community of experienced professionals.

Let g(x) = x² - 3 and h(x) = 2x + 5. Find g(h(x)).

Sagot :

Answer: [tex]4x^2+20x+22\\\\[/tex]

========================================

Work Shown:

[tex]g(x) = x^2 - 3\\\\g(h(x)) = (h(x))^2 - 3\\\\g(h(x)) = (2x+5)^2 - 3\\\\g(h(x)) = (2x+5)(2x+5) - 3\\\\g(h(x)) = 4x^2+10x+10x+25 - 3\\\\g(h(x)) = 4x^2+20x+25 - 3\\\\g(h(x)) = 4x^2+20x+22\\\\[/tex]

Explanation: I replaced every x with h(x) in step 2. In step 3, I replaced h(x) with 2x+5 just on the right hand side only. From there, expand and simplify.