Question: What value of m makes the function f(x) = { 3x + 1, x < 2; mx + 4, x = 2; x^2 - 1, x > 2 continuous at x = 2?
Options:
Correct Answer: 4
Solution:
Setting the left limit (3(2) + 1 = 7) equal to the right limit (2^2 - 1 = 3), we find m = 3.