I have the following limit:
$$ \lim_{x\to 7}\dfrac{x^2-4x-21}{x-4-\sqrt{x+2}} $$ I could easily calculate the limit = 12 using the l'Hopital rule.
Could you please suggest any other ways to solve this limit without using the l'Hopital rule?
Thank you
An alternative to @MatthewDaly's comment: write $y:=\sqrt{x+2}$ so you want$$\lim_{y\to3}\frac{y^4-8y^2-9}{y^2-y-6}=\lim_{y\to3}\frac{y^3+3y^2+y+3}{y+2}=\frac{3^3+3\times 3^2+3+3}{5}=12.$$