#1
What is the result of composing the functions f(x) = 2x + 3 and g(x) = x^2?
#2
If f(x) = x^2 - 5x + 6 and g(x) = 3x - 2, what is f(g(2))?
#3
If f(x) = 2x - 1 and g(x) = 3x + 2, what is (f o g)(x)?
#4
Given f(x) = x^2 and g(x) = √x, what is (g o f)(x)?
#5
If f(x) = x^3 and g(x) = √x, what is (f o g)(x)?
#6
Given f(x) = 3x - 1 and g(x) = 2x + 5, what is (g o f)(x)?
#7
If f(x) = x^2 - 4x + 4 and g(x) = √x + 1, what is f(g(x))?
#8
If f(x) = 3x + 1 and g(x) = x^2 - 2x, what is (f o g)(x)?
#9
If f(x) = 2x + 3 and g(x) = 4x - 1, what is (f o g)(x)?
#10
Given f(x) = x^2 and g(x) = 1/x, what is (f o g)(x)?
#11
If f(x) = 2x^2 - 3x + 1 and g(x) = x^2 + 5, what is (g o f)(x)?
#12
If f(x) = x^3 + 2x^2 - x + 1 and g(x) = √x + 1, what is f(g(x))?
#13
Given f(x) = x^2 and g(x) = 2x + 1, what is (g o f)(x)?
#14