asked 205k views
5 votes
If f(x)=6 and g(x)=4x+1, find (fog)(x)

1 Answer

6 votes

The definition


f(x)=6

means that f always outputs 6, no matter the input. So, if you want to compute the composition


(f\circ g)(x)

It means that you want to compute f giving as input the result of g(x):


(f\circ g)(x) = f(g(x))

But no matter the input:
f(\cdot) is always 6! So, we have


(f\circ g)(x) = f(g(x)) = 6

for every possible x.

answered
User Ravikanth
by
7.7k 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.