Question 360232
If this is the problem: <br>

{{{f(x)=(x^2-x-2)/(x^2-16)}}} then proceed as such:<br>

If you need to find the x-intercept(s), you are looking for the point where y=0<br>

When y=0, you know that the point will definitely be on the x-axis, and you will end up with a point (x,0)<br>

So, we just need to find the point where the function equals 0!<br>

{{{0=(x^2-x-2)/(x^2-16)}}}<br>

We know that the denominator can NEVER equal 0, so we can just remove the denominator, and set the numerator equal to 0.  So,<br>

{{{0=(x^2-x-2)}}}<br>

Then we just need to factor this remaining polynomial if possible.<br>

{{{0=(x-2)(x+1)}}}<br>

So since we know the 2 factors when multiplied equal 0, we know that either the first factor must equal 0, or the 2nd factor must equal 0.<br>

So we have<br>

{{{x-2=0}}} or {{{x+1=0}}}<br>

{{{x=2}}} or {{{x=-1}}}<br>

Therefore the x-intercepts are 2 and -1 or<br>

the x-intercepts are the points (2,0) and (-1,0)<br>

I hope this helps!<br>