I have this limit equation below:
$$ \lim \limits_{x \to 1 } {{\frac{x^2+(3-a)x+3a}{(x-1)}}}= 7 $$
One needs to determine the value of $a$ (where $a$ is a real number) such that as $x$ approaches $1$, the limit becomes the value $7$.
My question is how to approach this. I wondering if there is a algebraic computation approach to this, or is it more of trying to figure out values of $a$ such that the top factors in factors that would cancel out the bottom denominator and we get a linear term such that we get the value of $7$ in the end.
Just curious to know if there is more than one way to do this problem.
Since the limit is finite, and the denominator tends to zero, the numerator must also tend to zero as $x \to 1$. This means that $$ 1^2+(3-a) \cdot 1 + 3a = 0 \Leftrightarrow a= - 2 $$
This means that this can only work if $a=-2$. Now we must check that it actually works...
$$ \lim_{x \to 1} \dfrac{x^2+5x-6}{x-1} = \lim_{x\to 1} \dfrac{(x-1)(x+6)}{x-1} = \lim_{x\to 1} (x+6)=7. $$