SOLUTION: Find an equation for the rational function which has a zero at x=2, a hole at x=7 and asymptotes at x=5 and y=4
Algebra ->
Rational-functions
-> SOLUTION: Find an equation for the rational function which has a zero at x=2, a hole at x=7 and asymptotes at x=5 and y=4
Log On
You can put this solution on YOUR website! Zero at x=2 means numerator has x-2.
Hole at x=7 means numerator AND denominator has x-7.
Asymptotes x=5 and x=4 mean denominator also has x-4 and x-5.
Constant factors are also permitted but not necessary for your question.
Function R(x) can be
-----------------
?
graph(450,450,-1,10,-1,19,(x-7)(x-2)/((x-7)(x-5)(x-4)))
I did have this shown, but it was not displaying correctly so I removed the bracket tags.