Been trying to solve this one on several occasions and can't manage it, my prof disallows the use of L'Hopital's, can someone please explain the trick here? thank you in advance! $$\lim_{x \to 7} \frac{\sqrt{x-3}-2}{\sqrt{x+2}-10+x}$$
this is in the context of using various tricks to get rid of the $0/0$ paradox, the other tasks were stuff along the lines of taking common factors and getting rid of them or doing that after multiplying the numerator and the denominator by a value that would make the $(a-b)(a+b)=a^2-b^2$ formula to get rid of square roots, which I tried, multiplying them by $(\sqrt{x-3}+2)(\sqrt{x+2}+10+x)$, but that didn't seem to go anywhere. We were also introduced to some cases of wonderful limits (or however that's called in English) but, since $x$ is approaching $7$, I assume it's of no use?
I wrote this out step by step to make everything clear, but most of this could have been written in a few lines.
For all $x \ge 3$ and $x \ne 7$, $$\begin{align} \frac{\sqrt{x-3} - 2}{\sqrt{x+2}-10+x} &= \frac{\sqrt{x-3} - 2}{\sqrt{x+2}-(10-x)} \\ \\ &= \frac{(\sqrt{x-3} - 2)(\sqrt{x+2} + (10-x))}{(\sqrt{x+2}-10+x)(\sqrt{x+2} + (10-x))} \\ \\ &= \frac{(\sqrt{x-3} - 2)(\sqrt{x+2} + (10-x))}{x+2-(10+x)^2} \\ \\ &= \frac{(\sqrt{x-3} - 2)(\sqrt{x+2} + (10-x))}{(x-7)(14-x)} \\ \\ &= \frac{(\sqrt{x-3} - 2)(\sqrt{x-3} + 2)(\sqrt{x+2} + (10-x))}{(x-7)(14-x)(\sqrt{x-3} + 2)} \\ \\ &= \frac{((x-3) - 2^2)(\sqrt{x+2} + (10-x))}{(x-7)(14-x)(\sqrt{x-3} + 2)} \\ \\ &= \frac{(x-7)(\sqrt{x+2} + (10-x))}{(x-7)(14-x)(\sqrt{x-3} + 2)} \\ \\ &= \frac{\sqrt{x+2} + 10-x}{(14-x)(\sqrt{x-3} + 2)}. \end{align}$$
Now take the limit as $x \to 7$.