Question 676753
<pre><font face = "Tohoma" size = 3 color = "indigo"><b> 
Hi
f(x) = ((x+2)(x-3))/((x+1)(x-2))
y-intercept at 3 
{{{3 = ((0+2)(0-3))/((0+1)(0-2))= -6/-2 = 3}}}
{{{drawing(300,300,   -6, 6, -6, 6,  blue(line(2,6,2,-6))  ,blue(line(-1,6,-1,-6))  ,grid(1),
circle(0, 3,0.3),
circle(-2, 0,0.3),

circle(3, 0,0.3),
graph( 300, 300, -6, 6, -6, 6,0,1,((x+2)(x-3))/((x+1)(x-2))))}}}