Question: If f(x) = { x^2, x < 0; 2x + 3, x >= 0 }, find f(0).
Options:
Correct Answer: 3
Solution:
At x = 0, we use the second piece: f(0) = 2(0) + 3 = 3.