Question: Determine the local maxima and minima of the function f(x) = x^3 - 6x^2 + 9x.
Options:
Correct Answer: (3, 0)
Solution:
f\'(x) = 3x^2 - 12x + 9. Setting f\'(x) = 0 gives x = 1, 3. f\'\'(1) > 0 (min), f\'\'(3) < 0 (max).