Question: Determine the value of k for which the function f(x) = { x^2 + k, x < 1; 2x + 3, x >= 1 } is continuous at x = 1.
Options:
Correct Answer: 0
Solution:
To ensure continuity at x = 1, we need to set the two pieces equal: k + 1^2 = 2(1) + 3. This gives k + 1 = 5, so k = 4.