

InterviewSolution
Saved Bookmarks
1. |
If f(x)=ax+b and g(x)=cx+d, then f(g(x))=g(f(x)) is equivalent toA. f(a) = g(c )B. f(b) = g(b)C. f(d) = g(b)D. f(c ) = g(a) |
Answer» Correct Answer - C f(x) = ax + b g(x) = cx + d f(g(x)) = g (f(x)) f(cx + d) = g(ax + b) a (cx + d) + b = c (ax + b) + d acx + ad + b = acx + bc + d ad + b = cb + d f(d) = g(b) |
|