If f(x) = 3x - 2 and g(x) = x^2 + 1, what is the value of g(f(2))?
✓ Correct Answer: Option B
First, evaluate the inner function f(2): f(2) = 3(2) - 2 = 6 - 2 = 4. Next, evaluate the outer function g with the result of f(2): g(4) = (4)^2 + 1 = 16 + 1 = 17.