The teacher hasn't uploaded a solution for this question yet.
A function $f(x)$ is continuous at a point $x=c$ if the left-hand limit (LHL), right-hand limit (RHL), and the value of the function $f(c)$ are all equal. Here, the point of interest is $x=2$.
For $x < 2$, $f(x) = x - 1$. $$ \lim_{x \to 2^-} f(x) = \lim_{x \to 2^-} (x - 1) = 2 - 1 = 1 $$
For $x \geq 2$, $f(x) = 3x - 5$. $$ \lim_{x \to 2^+} f(x) = \lim_{x \to 2^+} (3x - 5) = 3(2) - 5 = 6 - 5 = 1 $$
Using the definition for $x \geq 2$: $$ f(2) = 3(2) - 5 = 1 $$
Since $\lim_{x \to 2^-} f(x) = \lim_{x \to 2^+} f(x) = f(2) = 1$, the function is continuous at $x=2$.
Final Answer: The function is continuous at x = 2.
AI generated content. Review strictly for academic accuracy.