InterviewSolution
Saved Bookmarks
| 1. |
Find the y-intercept of ((x+2)(x+1)(x-3))/(x^2(x-3)(3x+8) |
| Answer» SOLUTION :For y-intercept `F(0)=((0+2)(0+1)(0-3))/((0)^2(0-3)(3xx0+8))=-6/0` That means the given function is not DEFINED at `x=0`. Therefore there is no y-intercept for this RATIONAL function. | |