Question: For the function f(x) = { x^2, x < 1; 3, x = 1; 2x, x > 1 }, what is the value of f(1)?
Options:
Correct Answer: 3
Solution:
By definition, f(1) = 3, as given in the piecewise function.