Examples Examples

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