$$ \lim_{x\to 2} {f(x) -5 \over x-2} = 3 . \quad \text{Find} \lim_{x \to 2}f(x). $$
In the following limit, my initial thought process was to use the limit law: $$ \lim_{x\to c} {g(x) \over h(x)} = {\lim_{x \to c} g(x) \over \lim_{x \to c} h(x)} $$
But this only applies when $\lim_{x \to c} h(x) \not= 0$ if I'm correct. In this case however, that doesn't hold so I shouldn't be able to use this to find $f(x)$. But then how else am I supposed to solve this.
My working was this: $$ \lim_{x\to 2} {f(x) -5 \over x-2} = 3 \\ \implies \lim_{x \to 2} f(x) -5 = 0 \\ \implies \lim_{x \to 2} f(x) = 5 $$
This is an exercise question from Thomas' Calculus (12 ed.) from the limits and continuity chapter. And the answer for this exercise is apparently correct, but this feels very wrong and something doesn't fit in.
The limit can only be finite if $\displaystyle \lim_{x\to 2}(f(x)-5) = 0$. You can characterize $f$ as $$ f(x) - 5 = \varphi(x) (x-2) \Leftrightarrow f(x)=5+\varphi(x)(x-2), $$
with $\varphi(2) = 3$.
As it turns out, the original exercise only asked for $\displaystyle \lim_{x\to 2}f(x)$...