Answer:
5/3 if x → 0, 1 if x → ∞
Step-by-step explanation:
I'm going to answer this for two potential scenarios: the limit as x approaches 0, and the limit as x approaches infinity. First, let's factor and simplify our expression a little. [tex]x^2-2x-15[/tex] factors into [tex](x-5)(x+3)[/tex], and [tex]x^2-9[/tex] is the difference of squares [tex]x^2-3^2[/tex], so we can factor it into [tex](x+3)(x-3)[/tex]. Our expression now becomes
[tex]\dfrac{(x-5)(x+3)}{(x-3)(x+3)}=\dfrac{x-5}{x-3}[/tex]
If we take the limit of this as x → 0:
[tex]\lim_{x\to0}\frac{x-5}{x-3}= \frac{-5}{-3}=\frac{5}{3}[/tex]
And the limit as x → ∞:
[tex]\lim_{x\to\infty}\frac{x-5}{x-3} =1[/tex]
An explanation for that second limit: As x gets larger and larger, the 5 and 3 being subtracted in the numerator and denominator become less and less significant, and the fraction gets closer and closer to the value x/x, which is 1.