Log in

View Full Version : Composite functions solving?


obrown
Jun 9, 2011, 08:25 AM
If two functions f(x) = 2x2 + 3 and g(x) = x + 1.

Which one do I solve first to find f(g[2])

ebaines
Jun 9, 2011, 09:38 AM
Start from the inside of the parantheses and work outward. So first find g(2). Then use that value as 'x' in f(x).