I'm trying compute $\lim_{x \rightarrow 4} \frac{(2x^2 - 7x -4)}{(-x^2 + 8x - 16)}$ without L'Hopital's rule.
$\textbf{My attempt:}$
$\lim_{x \rightarrow 4} \frac{(2x^2 - 7x -4)}{(-x^2 + 8x - 16)} = \lim_{x \rightarrow 4} \frac{2(x + \frac{1}{2})(x - 4)}{(-1)(x - 4)^2} = \lim_{x \rightarrow 4} \frac{2(x + \frac{1}{2})}{(-1)(x - 4)}$
I'm stuck here. How can I eliminate $x- 4$ to compute the limit? Thanks in advance!
What you did is correct, and it prove that the limit doesn't exist in $4$, since you get $+\infty $ in $4^-$ and $-\infty $ in $4^+$.