Question: If f(x) = x^2 and g(x) = x + 1, what is (f ∘ g)(2)?
Options:
Correct Answer: 9
Solution:
(f ∘ g)(2) = f(g(2)) = f(2 + 1) = f(3) = 3^2 = 9.