Question:medium

If $f(x) = 3x - b$, $x>1$ ; $f(x) = 11$, $x = 1$ ; $f(x) = -3x - 2b$, $x<1$ is continuous at $x = 1$, then the values of $a$ and $b$ are :

Show Hint

For a piecewise function to be continuous, the function must have the same value from both sides at the point of interest.
Updated On: Jan 14, 2026
  • $a = 3$, $b = 5$
  • $a = 5$, $b = 3$
  • $a = 8$, $b = 5$
  • $a = -3$, $b = 5$
Show Solution

The Correct Option is A

Solution and Explanation

For continuity at $x = 1$, the one-sided limits must equal the function value at $x = 1$. \[ \lim_{x \to 1^+} f(x) = \lim_{x \to 1^-} f(x) = f(1) = 11 \] Given the piecewise function, for $x>1$, $f(x) = 3x - b$. Setting $f(1) = 11$ yields \[ 3(1) - b = 11 \Rightarrow b = 5 \] The values are $a = 3$ and $b = 5$.
Was this answer helpful?
1