InterviewSolution
Saved Bookmarks
| 1. |
Find the domain of the function f(x) = (x2 + 3x + 5)/(x2 - 5x + 4) |
|
Answer» Given f(x) = (x2 + 3x + 5)/(x2 - 5x + 4) f(x) is defined for all real numbers except x2 – 5x + 4 = 0 But x2 -5x + 4 = (x - 4) (x - 1) Domain of f= R-{1,4} |
|