Asked by failing
I really need help understanding ho to solve combination functions
here is a specific problem I am struggling with.
Let f(x) = x - 2 and g(x) = x^2 - 7x - 9. Find f(g(-1)).
here is a specific problem I am struggling with.
Let f(x) = x - 2 and g(x) = x^2 - 7x - 9. Find f(g(-1)).
Answers
Answered by
Henry
g(x) = x^2 - 7x - 9
g(-1) = (-1)^2 - 7*(-1) - 9 = -1
F(g(-1)) = F(-1)
F(x) = x - 2
F(-1) = -1 - 2 = -3.
g(-1) = (-1)^2 - 7*(-1) - 9 = -1
F(g(-1)) = F(-1)
F(x) = x - 2
F(-1) = -1 - 2 = -3.
There are no AI answers yet. The ability to request AI answers is coming soon!
Submit Your Answer
We prioritize human answers over AI answers.
If you are human, and you can answer this question, please submit your answer.