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