Mehdi R. answered 09/10/20
My Mission is to Simplify the most Complex Concepts for You
I suppose: f(x) = a X2 + bX + c
Because h(x) has the term 9X2 which tell me (3x-2) must reach to the power of 2.
(fog)(x) = a(3x-2)2 +b(3x-2)+c → (fog)(x) = a(9x2 - 12x + 4) + 3bx - 2b + c = 9ax2 - (12a - 3b)x + (4a -2b +c)
We know that: (fog)(x) = h(x) → 9ax2 - (12a - 3b)x + (4a -2b +c) = 9x2 + 3x + 4 Now we can set 3 equations for our 3 unknowns (a,b,c).
9a = 9 (coefficient of x2) , - 12a + 3b = 3 (coefficient of x from both sides) , and 4a -2b +c = 4
9a = 9 → a = 1 , - 12a + 3b = 3 → -12 (1) + 3b = 3 → b = 5
4a -2b +c = 4 → 4(1) -2(5) + c = 4 → c = 10
f(x) = a X2 + bX + c → f(x) = X2 + 5X + 10
(gof)(x) = 3(X2 + 5X + 10) - 2