QUESTION
यदि f(x)=x+2 और g(x)=2x है तो (f o g)(x) क्या होगा?
If f(x)=x+2 and g(x)=2x then what is (f o g)(x)?
CORRECT ANSWER
A
2x+2
EXPLANATION INSIDE
Step 1: concept पहचानें: यह composition of functions है। Step 2: (f o g)(x)=f(g(x))=f(2x)=2x+2। Step 3: Composition में पहले अंदर वाला function apply करें।