Examples Examples

Given f(x) = x2, and g(x) = x+3, find g(f(x)):
To solve this, f(x) has to be plugged in for x in g(x).
g(x) = x+3
g(x) = x2+3
More Examples